Roman Fomin

Results 6 comments of Roman Fomin

Hi all! I faced with the same behaviour and it was unexpected for me. On the one hand, I can move a node outside the browser window, return it back,...

> we ran into a similar issue when using the library with tailwind. `react-hot-toast` will generate a css class `.go2072408551` that will overwrite the tailwind utility styles on build due...

> I'm also facing the same issue @livwvil. did you get the solution? ```ts import type { FC } from 'react'; import { Toaster as LibToaster, toast, ToastBar } from...

I found that piece of code, we just moved styles from classname to style and left TODO... ```ts [goober, tailwind] then replace it with commented code // https://github.com/timolins/react-hot-toast/issues/189 // or...

> Did I miss something? Use this [fork](https://www.npmjs.com/package/@ch1ffa/vite-plugin-relay) and configure plugin with: ```js { eagerEsModules: true, artifactDirectory: 'src/types/admin', } ``` I want to use this original plugin but can't.