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
After upgrading from 0.6.0 to 1.x, looks like setting the resizable options is no longer an option.
Using yahoo/ember-gridstack, although I suspect the issue is not with the addon but GridStack itself.
Here is how being invoked:
<GridStack @options={{hash resizable=(hash handles="e")}}>
// items here
</GridStack>
Here is GridStack being initialized in the addon:
The error is not very useful:
If I remove resizable it works fine, except I can't change the handles value.