Masters
Masters
If you are willing to contribute time towards making this work, I’d happily accept PRs and work with you to get it shipped! :)
Excellent write up, thanks Patrick On Thu, Jan 20, 2022 at 19:25, PatrickNausha ***@***.***> wrote: > Yes. We've been using loadable-components and server-side rendering with > React.NET in production for...
I can’t merge until CI is passing on main. We don’t have an ETA to fix that yet. If this is blocking you, you may need to publish a forked...
Yeah that was my first thought too On Thu, Mar 10, 2022 at 02:20, Daniel Lo Nigro ***@***.***> wrote: > The old Netlify image we used is no longer available,...
Weird. My first thought is to try it in a non container environment (Ubuntu WSL) and see if it crashes there too. I can’t think of a Docker specific limitation...
I think webpack has support for this via aliases. Your entry point would be something like module.exports = { ComponentV1 = require(‘componentv1’), ComponentV2 = require(‘componentv2’) } I don’t remember offhand...
Yep looks like a bug, feel free to send a PR. Won’t have time for a little bit to get to bug fixes.. On Mon, Sep 16, 2019 at 06:58,...
You have a leak somewhere, the default should be fine for most applications. We have seen this before with the v8 engine, the cause is unclear. You may have better...
Yeah it should still work fine but you’re right, we should update the template and docs to use another name for the global. My maybe ReactComponents. Feel free to PR......