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
Plugin usage guides contain broken import urls that are missing the plugin subdirectory. For instance:
// wrong url from https://github.com/Shopify/draggable/tree/main/src/Plugins/Snappable#usageimportSnappablefrom'https://cdn.jsdelivr.net/npm/@shopify/draggable/build/esm/Plugins/Snappable.mjs';// should be:importSnappablefrom'https://cdn.jsdelivr.net/npm/@shopify/draggable/build/esm/Plugins/Snappable/Snappable.mjs';