Cannot find module '@shopify/dragable' or its corresponding type declarations
I am trying to import the Draggable module from @shopify/draggable package, but am getting an error on build : Could not find a declaration file for module '@shopify/draggable' Which is odd because I followed the docs for import . I've…