Wanlin Lin
Wanlin Lin
Seems it's because `reactStrictMode: true` in `next.config.js`. If reactStrictMode is enabled, `withRedux(App)`'s constructor is called twice. Therefore we got 2 HYDRATE actions. I've made a codesandbox here. In the repo,...
Hi @0x29a, please disable `reactStrictMode` so you won't get two hydration actions.
Is the error message like `'folly/Portability.h' file not found`? For me I'm using `@react-native-community/[email protected]` and `[email protected]`. `react-native-blur` requires deprecated `pod React 0.11.0` as its dependency, and I found the solution...