Bugsnag version: 7.22.2 import Bugsnag from '@bugsnag/js'; Bugsnag.start({ apiKey: 'YOUR_API_KEY' }); Error: Property 'start' does not exist on type 'typeof import("node_modules/@bugsnag/js/types")'. Any thoughts?
Bugsnag version: 7.22.2
import Bugsnag from '@bugsnag/js';
Bugsnag.start({
apiKey: 'YOUR_API_KEY'
});
Error: Property 'start' does not exist on type 'typeof import("node_modules/@bugsnag/js/types")'.
Any thoughts?