Rico
Rico
I'm generally confused what steps to follow to setup a tmodloader server.. I've found https://github.com/tModLoader/tModLoader/wiki/Starting-a-modded-server but there are quite a few things that don't add up or are not fully...
> > @TAGC Yes, versions of libraries are important. When I had problems with `act(...)` warnings I analyzed schema of RTL dependencies and carefully upgraded all of them. [twitter.com/AlexandrSashin/status/1670814494119821312/photo/1](https://twitter.com/AlexandrSashin/status/1670814494119821312/photo/1) It...
> @btmnk if you use the lastest version of RTL I recommend using the latest version of `@testing-library/user-event`. But the latest version of `@testing-library/user-event` has a different version of `@testing-library/dom`...
Cra can't support postcss-nested syntax because webpack.config.js file haven't postcss-nested module
Just a thought: Wouldn't it be much easier to configure postcss by using a postcss.config.js file that is created when using CRA instead of the inline options in the loader?...