Stuart Casarotto

Results 13 comments of Stuart Casarotto

I would also like to know why not just merge into the community lib

Just seems strange to me to create a lib with the primary purpose to fix a problem in another lib instead of attempting to PR into it. Feels like it...

@ranihorev that is an array of specifically those strings right? What the prop accepts is a string with space separated values. Ex. `"mouseenter focus"` which is the default value.

Any progress on this?

Tested and appears to be fixed. https://github.com/facebook/create-react-app/pull/5281 https://github.com/facebook/create-react-app/issues/5250#event-1882851688

Ran into the same issue. Can confirm this branch works.

I have also run into this exact use case. I am using the generated code server side and I need to pass along a user based Authorization header with each...

I have also run into this in CI but not locally. The option workaround I found was to flushPromises `await new Promise(res => setImmediate(res))` in afterEach for the tests these...

Still seeing this issue as well. Is there a timeline on fixing this?

@Meshredded I tried installing and using your package and received the following error while running my project in development. `Module not found: Can't resolve 'react-dom/lib/DOMProperty' in '.../node_modules/react-html-email-browsers/lib'`. I am going...