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
Thanks for the issue. this is indeed an issue, the react wrapper development is still ongoing, you can try the latest wrapper here in the interim. the latest wrapper doesn't use removeWidget(id) any more. And more streamlined and combinable
@Aysnine can you do your work/changes in our /react folder instead ? I know you have that review pending - we can always check it in an iterate. I just want all the work in gridstack and release an official wrapper that matches what I did for Angular.
removeWidget
takestype GridStackElement = string | HTMLElement | GridItemHTMLElement
And the react version is violating the above
This triggered a chain of changes and there is on concern with one of the changes,
Note
key={id}
here,id
isGridStackElement
which it could be aHTMLElement
and I don't think it is ideal to passHTMLElement
as the key.The text was updated successfully, but these errors were encountered: