grid-js / gridjs

Advanced table plugin
https://gridjs.io
MIT License
4.39k stars 240 forks source link

fix: deepEqual exceed maximum call stack size #1428

Closed ryuapp closed 7 months ago

ryuapp commented 7 months ago

fix #1422

VNode has too many properties and will cause the error on deepEqual, so make sure to only compare props.

afshinm commented 7 months ago

Thanks @ryuapp!