Michael

Results 38 comments of Michael

I updated the file. I opened it in VSCode clicked at the bottom on the encoding selected `Save with Encoding` and selected UTF-8. Hope that helps.

Nice catch. Never used next.js. Ill have to look it up.

We got the exact same problem. Dont know how to work around it :/

I have the same problem. Everytime i use multiple languages all links to the tags are going to /blog/en `{{ t }}`

@steffenknott a pr for this fix would be nice

Try https://docs.npmjs.com/cli/v8/configuring-npm/package-json#overrides Worked wonders for me.

@francowanseele ```json "overrides": { "react-clear-cache": { "react": ">=15.0.0", "react-dom": ">=15.0.0" } }, ```