Dan

Results 22 comments of Dan

Oops, sorry for reminding me @roman-lazuka! Looks good, will release a new beta soon

This was released as `v14.0.0-beta.1`, thanks @adam-dill 🚀

> For those of you dealing with hours of debugging `@babel/core` being installed at multiple versions, here's the savior—add this to your package.json > > ```json > "resolutions": { >...

Thanks, @cristianoccazinsp, and @raimonkh for your suggestion! There was actually an older version lying around which I wasn't aware of 🙌

Stumbled upon the same issue today. Unfortunately, neither `transformIgnorePatterns` nor `moduleNameMapper solved the issue for me.

From [the v2.0 changelog](https://github.com/cloudflare/miniflare/blob/master/docs/CHANGELOG.md#200) > To match the behaviour of the Workers runtime, some functionality, such as > asynchronous I/O (`fetch`, Cache API, KV), timeouts (`setTimeout`, > `setInterval`), and generating...

Would be lovely to get this in. I love this little library, but it's definitely missing support for hooks

Are there any plans to go forward with official unistore react/preact hooks?

@ethanselzer Any chance getting this in soon? ✌️

@geoguide Btw. there's always the option to use [`patch-package`](https://github.com/ds300/patch-package), which is my go-to tool to deal with situations like this.