Luc Belliveau

Results 5 comments of Luc Belliveau

Just ran into this - it is looking for a dom element with an id of `root`. Quick fix is to add a `` line to your `_app.tsx` file like...

@viziblydiffrnt This looks very similar to the error I was getting which is fixed by #13. In my case, the issue was that the path to my node project was...

Try changing your virtualenv dependency  version in your package.json to use my fork instead and do a `npm install`..  that will ensure all the changes are applied. Sent from my...

A use case for multiple po files... If you combine this with something like po-loader; you can use webpack's code splitting to create language bundles for only the loaded components,...