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.41k stars 388 forks source link

fix: null check for common.ts/assign #1947

Open pmingkr opened 1 year ago

pmingkr commented 1 year ago

Please check if the PR fulfills these requirements

Description

if the dataSource failed to response on sorting, it's errored on firing the errorResponse event. eventBus.ts/createEventBus/trigger method uses setInstance method with the tui.Grid instance. but the tui.Grid instance contains null at grid.store.data.filters. and eventually it calls common.ts/assign with null value. So I added null-check for it on this PR.


Thank you for your contribution to TOAST UI product. 🎉 😘 ✨