How do I find out which third party package is using defaultProps in my react app and is the cause of these warnings?
I left my react app project for more than a year and now that I came back to it, I had to deal with a lot of deprecated packages (the project started 3 years ago). I spent a good 2 3 days fixing the deprecations and updating NodeJS from version 15 to 20 + Mongoose and other packages. Including reworking some of the function calls.