Fadi Khadra
Fadi Khadra
Hey! The code that handle this part hasn't changed for a while. I'll have to go through chromium bug tracker to see if I can find something related to that
Hey @fhodeus, since v11, the style is injected by the lib, can you import the library as follow: ```ts import {ToastContainer, toast } from "react-toastify/unstyled" // also import the css...
@chuacw which build of react are you specifying ?
I believe it's an issue with your `package.json`. `^19` allows `19.*.*` just fine.
Oh gotcha, thanks for clarifying. I left the computer for today but I'll try out tomorrow and push a fix if needed.