miyazaki
miyazaki
I noticed that returning false in filter function prevent from running persist at that time, but the state is eventually persisted when the other mutation is called. Sample code: https://codesandbox.io/s/vuex-persistedstate-filter-sample-iwt6t
Same issue. `RSA.verify(...)` returns `true` when it must be `false`. Otherwise it randomly throws exception `Error: error` instead of `false`. Platform: iPhone 5s Simulator (iOS 12.4)
Try this: ``` ./gradlew generateCodegenArtifactsFromSchema --rerun-tasks ``` In my case, this command solved the error of `Task :react-native-worklets-core:configureCMakeRelWithDebInfo[arm64-v8a]`. cf. https://github.com/facebook/react-native/issues/47666#issuecomment-2717398025
https://github.com/mrousavy/react-native-vision-camera/issues/3551#issuecomment-3186543972