Minh Nguyen
Minh Nguyen
How is this going? It's now painful working with material-ui icons and react-bootstrap, react-bootstrap-icons.
My meteor version is 1.6
I created a github repository to demo this issue at https://github.com/minhna/meteor-server-render-fourseven.
I can confirm: Firefox 120.0 (64-bit)  
I have the same issue when using debug mode. But when I tried release mode it run smoothly. It's very slow in debug mode. I'm using flipper. // 0.71.0
I have this warning when calling `scrollToEnd()` method in nested FlatList. React native 0.71.1, React 18.2.0
I confirm the @nullromo solution works on Ubuntu 20.04 with node version v14.18.3
Have you found a solution for this one?
https://github.com/mrousavy/react-native-vision-camera/pull/1912
I use "dev-master" release. I think the problem here is I configured Lithium use MongoDB to store session instead of PHP session. so the PHP session won't work anymore. Do...