Sorin Pavelescu
Sorin Pavelescu
@PranjayVats what he probably means is to modify your webpack.config.js file to solve the warnings. However, if you're using Create-React-App with your project and you haven't ejected your project, that...
@shiraze we're still getting the exact warning while using React Testing Library as well, so I would say it's not due to the testing library used. Anyone encountered this so...
We've used /* istanbul ignore file */ statements and it works for us. What that does is it deletes the files from the coverage report, and you no longer see...
We're also affected by the same issue, and it is referencing an area of the code where imports are done as `import * as name from 'path\to\file.json'`. The reason we...
We're affected by this issue as well, and it's the sortModel that causes it for us as well. We use both server-side and client-side sorting, depending on different scenarios we...
Could anyone please merge this? Thank you! It appears that there are no conflicts with the base branch either, it just needs anyone with write access to this repo. Thanks...
Hi @oliviertassinari! Thanks for answering :). I upgraded the following packages: - @mui/material - ^5.15.1 to ^5.15.16 - @mui/x-data-grid - ^6.18.5 to ^7.3.2 - @mui/x-data-grid-premium - ^6.18.5 to ^7.3.2 Tests...
I see - thanks for investigating this. Not quite the gotcha I was expecting. I had hoped that it's something easier to solve. I'll leave this open to see if...
@oliviertassinari thanks! Earliest I can test if that would be working is on Tuesday. I'll report back here.
Apologies, did not get around to trying this out yet. I will try soon. However, what I'm about to try is only a workaround technically, so I would say this...