salmanExpo
salmanExpo
> > If anyone can confirm the error also occurs in 9.0.0 and does not occur in 8.10.0, it will help us a lot in narrowing down the change that...
> How would i rollback to a different version of FIREBASE? you will need to use name and version of the package npm install [email protected]
``` componentDidMount() { setTimeout(() => { this.animation.play(); }, 100) } ``` i think auto play is broken even if i call this.animation.play() in componentDidMount will not work but if i...