Ryan Dy
Ryan Dy
Let me look this over, I've been a little busy this week but I will make it a priority. I plan on fixing the Travis build issues first.
Please rebase the branch of master to fix the Travis issues
I'll try to merge this by the weekend. If you don't mind adding tests for the new functionality I would be more inclined to merge the request quickly.
I did the work in my branch but I sent a pull request for this feature #18 if the author wants to republish.
I also ran into this issue testing recoil with enzyme and using a value that returns a promise. It would be nice to be able to use suspense with enzyme.
We have added very preliminary support for this similar to the way that has been described for gulp-jasmine-browser, it is currently only supported in the browser stacktrace, I haven't yet...
I would be happy to take a crack at this if there isn't already a PR up that tries to convert it to typescript.
It looks like the dynamic require it is trying to do isn't really necessary as long as it has fetch ( i think haul already tries to polyfill fetch on...
@Exulansis you can configure the `babel-loader` to parse realm, by default I think it skips node modules, just do so in your `webpack.haul.js`. Provided you have the right transforms in...
I'm seeing this in all flavors of ReactNative iOS and android. I did see an improvement with using the selector caches for the selector memory leak. However, the other button...