gregnb / mui-datatables

Datatables for React using Material-UI
MIT License
2.71k stars 934 forks source link

Add esm build fixes #2008 #2009

Open mdismer opened 1 year ago

mdismer commented 1 year ago

I have added an esm build which fixes the 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." when using vite.

I also noticed a duplicate dependency which i have removed.

mdismer commented 1 year ago

Issue: https://github.com/gregnb/mui-datatables/issues/2008

hugo4711 commented 1 year ago

Great work! This fixes our issue