fidaay

Results 5 comments of fidaay

To anyone stopping by, I did this with react-app-rewired to neutralize the warning messages: ``` module.exports = { webpack: function (config, env) { return { ...config, stats: 'none', ignoreWarnings: [/Failed...

> Yes confirmed ...used `create-react-app` ...would be great if you could look into this and indicate a fix! > > Ignoring warnings as indicated by **'fidaay'** isn't addressing the underlying...

Almost 4 years later and the package is still inestable. I wasn't aware that react-native was THAT difficult to work with, there seems to be just a lot of bugs...

The dialog html element is dead bugged with React 18.2.0, if you try to use useState within a dialog it will just gave you a lot of autoFocus bugs.