nhn / tui.grid

🍞🔡 The Powerful Component to Display and Edit Data. Experience the Ultimate Data Transformer!
http://ui.toast.com/tui-grid/
MIT License
2.4k stars 386 forks source link

Webpack and React versions update #1951

Open lcatalin opened 11 months ago

lcatalin commented 11 months ago

Summary Once installed the library in the project I receive an error saying that

BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default.
This is no longer the case. Verify if you need this module and configure a polyfill for it.

If you want to include a polyfill, you need to:
        - add a fallback 'resolve.fallback: { "stream": require.resolve("stream-browserify") }'
        - install 'stream-browserify'
If you don't want to include a polyfill, you can use an empty module like this:
        resolve.fallback: { "stream": false }

I should mention that I have installed React 18 in my project. We need, at least, the webpack to be upgraded to version >5. Is this possible?

Version 4.21.15

sunjoong85 commented 10 months ago

Any further updates? I hope to use Tui Grid on React 18.

lcatalin commented 10 months ago

Any further updates? I hope to use Tui Grid on React 18.

Not yet