SenseNet / sn-client

Monorepo for sensenet client packages 🐱‍💻
https://sensenet.com
GNU General Public License v2.0
25 stars 37 forks source link

Update deprecated function calls in test cases #1606

Open hashtagnulla opened 5 months ago

hashtagnulla commented 5 months ago

If you run the npm run test command, you can see that some of test cases throw warning. Most of them are material ui related, the css method is marked as obsolete and must be changed to styleFunctionSx.

image

Node version: v18.19.1