Wicked_Panda

Results 3 comments of Wicked_Panda

hi, nothing helped, so I solved this problem with a crutch, maybe someone will help `const [, updateState] = useState();` `const forceUpdate = useCallback(() => updateState({}), []);` `useEffect(() => {...

Maybe it will help someone Through this function, I was able to make a watermark on all pages, as well as the header and the footer. ```jsx const handlePrint =...

> Less self importer https://lesscss.org/features/#import-atrules-feature webpack import resolver https://github.com/webpack-contrib/less-loader#imports > > cc @matthew-dean Thanks for the prompt reply I previously tried some solutions from these sources, adjusting `webpack.config.js` also failed...