Mike Morton

Results 3 comments of Mike Morton

Here's a concise gist I wrote on how to do this with threads and queues using the great answer by @FrancescoSaverioZuppichini https://gist.github.com/mortymike/70711b028311681e5f3c6511031d5d43

I'll be doing something similar with SSR soon and am currently researching how I might approach this with Next JS. One thought that comes to mind as a workaround: When...

This worked for me as well. Bug occurs when moving from preset-react 1.8 => preset-react 2.1 and `access: {}` in config.ts fixes.