When using vite a warning "You are loading @emotion/react when it is already loaded. Running multiple instances may cause problems. This can happen if multiple versions are used, or if multiple builds of the same version are used" appears.
Expected Behavior
This warning should not appear.
Steps to Reproduce (for bugs)
- create a new project using vite
- add mui-datatables
See this repository: https://github.com/mdismer/mui-datatables-vite-warning-example
Your Environment
| Tech | Version | 
| Material-UI | 5.13.5 | 
| MUI-datatables | 4.3.0 | 
| React | 18.2.0 | 
| browser | Firefox 114.0.2 | 
| vite | 4.3.9 |