Instabug / web-sdk-sample

Bug reporting tool for web
https://instabug.com/
9 stars 3 forks source link

Console error in react-app #4

Open a-atalla opened 6 years ago

a-atalla commented 6 years ago

When i use ibgSdk.enable() in my react web application i had this error in the console but everything still work fine

instabugsdk-1.2.1-beta.min.js:1  Uncaught TypeError: Cannot read property 'classList' of null
    at Object.removeClass (instabugsdk-1.2.1-beta.min.js:1)
    at Object.r [as enable] (instabugsdk-1.2.1-beta.min.js:1)
    at (index):64
mlncstr commented 6 years ago

Same issue with an Angular app. It's driving me crazy.