Yeasin Rahman Siam
Results
3
comments of
Yeasin Rahman Siam
import pkg from 'react-lazy-load-image-component'; const { LazyLoadImage } = pkg; This will temporary solve this problem
i am using react remix and it seems like working fine.
in my case the easiest approach is: ``` import style from "../../css/app.css?inline"; {style} ```