voinik

Results 11 comments of voinik

FYI you don't need the `.gz` in `> $SRC_FILE.gz` as `SRC_FILE` already has the `.gz` extension at the end. The `-Fc` option is a good addition though, good idea!

> I gave up after a while getting it working in production, using either ts-node or plain node or any other method. > > I feel I found a nice...

@ThangHuuVu Hey there! I've added you on Twitter just now. You can DM [me](https://twitter.com/voinik92) there.

This is still happening by the way. Took me a long time to figure out it was prettierd that seems to be caching the last used config or something. @mononoken's...

I ran into this back in July and made a Discord post about it (the Tailwind component breaking on edge) as well, but no response yet. I fiddled around with...

@ra250416 I think #502 might fix this. Can you try that?

@dc198689 see my comment above > @ra250416 I think #502 might fix this. Can you try that?

@dc198689 Np, one way is to remove this package from your package.json, create a new file in your repo (‘next-redux-wrapper.tsx’ for example), and paste in the code from #502 from...

@dc198689 No problem! #502 is planned to be merged, but it depends on when @kirill-konshin has time to review it. Hopefully it’ll be soon 🙂 In the meantime you can...

> This PR seems very important to who is using the latest React and NextJS version. I'm having reconciliation problems on my app. I hope this can be properly reviewed...