Patrik Niebur
Patrik Niebur
I've posted my solution to [Stack Overflow](https://stackoverflow.com/questions/43796358/how-do-i-compile-a-preload-script-w-webpack-in-electron/63732858#63732858). Let me know if it helps!
I have reproduced the issue here https://github.com/patrikniebur/storybook-react-native-error It seems to happen when I render the storybook UI inside of the component like so: https://github.com/patrikniebur/storybook-react-native-error/blob/9eed3f924e755ff796e1f57f92b17f5f4167f0dc/App.js#L5-L7 But if I export the storybook...
Thanks @dannyhw but unfortunately I'm still getting the same error. I've upgraded the version in my [test case](https://github.com/patrikniebur/storybook-react-native-error) and I'm still getting the same error
Right, sorry I forgot about that part! Thanks for the fix, that's going to help a lot at my work! Another thing I've noticed is that hot reloading does not...
I mean no refresh at all. But I assume that's because of the same error that is being hidden now. Anyway editing component works fine with hot reload so I'm...
It is difficult to help with more details about your environment. Can you specify versions and what do you use to render react? Like create react app or nextjs...
Using `writeFragment` adds new root `__META` with `extraRootIds` property containing reference to edited object. This explains why calling `gc` does not delete the object but it seem to be unexpected...
I had the same issue, got it resolved by configuring search backend to whoosh, following an example in sandbox