You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From version 8 and above gridstack produces a weird, hard to debug "maximum call stack size exceeded" error and crashes the whole page when cellHeight is set with "rem". It is working properly with v7
Steps to reproduce
You can reproduce it in with the gridstack repo.
In the Gridstack repo go to: angular -> projects -> demo -> src -> app -> app.component.ts
Add for example: cellHeight: '23rem' to gridOptions in line # 36
Run the app locally, select the proper demo and try to drag&drop one of the grid items
The text was updated successfully, but these errors were encountered:
zsolt-horvath
changed the title
Gridstack > v8 "maximum call stack size exceeded" crash error when cellheight is set with "rem" value
Gridstack from v8 "maximum call stack size exceeded" crash error when cellheight is set with "rem" value
Jun 5, 2023
Subject of the issue
From version 8 and above gridstack produces a weird, hard to debug "maximum call stack size exceeded" error and crashes the whole page when cellHeight is set with "rem". It is working properly with v7
Steps to reproduce
You can reproduce it in with the gridstack repo.
In the Gridstack repo go to: angular -> projects -> demo -> src -> app -> app.component.ts
Add for example:
cellHeight: '23rem'
to gridOptions in line # 36Run the app locally, select the proper demo and try to drag&drop one of the grid items
The text was updated successfully, but these errors were encountered: