Krishna Vamsi
Krishna Vamsi
We got an error from the sentry as **Cannot read properties of undefined (reading 'getData')** Here is the trace of the error ``` TypeError: Cannot read properties of undefined (reading...
``` function sum(){ console.log(this); } console.log(sum.prototype); ``` when I tried console.log(this) my app was crashed and I tried console.log(sum.prototype) printed empty like this `sum{}`
Hey Team, I got an issue with the ios devices while using vconsole CDN in an iframe. vConsole Version:- CDN (https://unpkg.com/vconsole/dist/vconsole.min.js)  [Here](https://codesandbox.io/s/vconsole-ios-error-xkx61 ) the codeSandbox where we can reproduce...
I have Lottie JSON file with 500KB. If I keep it in the public folder, it will increase the bundle size. Is there any best practice to use Lottie JSON...
Confetti freezes sometime in ios devices. Especially on Ipads. We keep `useWorkers` to true. We think it is a performance issue. What can we do to make confetti smooth in...
**Input data** Which SQL and options did you provide as input? ```sql create table player_match_details( name varchar(150), match varchar(150), score int ); ``` **Expected Output** ```sql CREATE TABLE player_match_details( name...