Ilan Frumer
Ilan Frumer
This package was developed to run under node.js, not inside a browser. Probably some of the polyfills are not fully compatible. If you really need it to run it on...
Using this inside vitejs for now ```ts // vite.config.ts const modulesFolder = path.resolve(__dirname, 'node_modules/'); // ... resolve: { alias: { 'react-bootstrap-table2-toolkit-css': `${modulesFolder}/react-bootstrap-table2-toolkit/dist/react-bootstrap-table2-toolkit.min.css`, 'react-bootstrap-table2-toolkit': `${modulesFolder}/react-bootstrap-table2-toolkit/dist/react-bootstrap-table2-toolkit.js`, '@': srcFolder, }, }, ```