Mathis Barré
Mathis Barré
Same issue with - react-native-reanimated 2.8.0 - react-native 0.68 (with hermes, without fabric) - only tested on iOS
And here is an example with redux-toolkit : ```js import {configureStore, Middleware} from '@reduxjs/toolkit'; import userReducer from './user/userSlice'; const middlewares: Middleware[] = []; if (__DEV__) { const createDebugger = require('redux-flipper').default;...
Same issue here, i guess i will add an hard-coded transform to fix it. Not ideal