Julien Bournonville

Results 6 comments of Julien Bournonville

Will it be fixed ? I'm not a fan of removing StrictMode... it's a dirty fix and React 18 is not in rc anymore.

@marcoscq-sp what was the solution ?

@NishithHM I have the same problem. But it seems that a walkaround was found in issue #285 May be you can try : `var leftArrow = require("/./arrowLeft~iCDoygWo.svg";)`

Any updates on plan to make devs for react-router v6 support ?

As a temporary fix you can use patch-package: 1. add patch-package dependencies to your project : `yarn add patch-package postinstall-postinstall -D` 2. add postinstall script to your package.json ``` "scripts":...