2

I'm trying to use Vaadin Components with snowpack. Specifically just to recreate the basic app layout example. But I get the following error message. What does this mean? How do I fix it?

Unhandled Runtime Error
SyntaxError: indirect export not found: IronResizableBehavior
http://localhost:8080/_snowpack/pkg/@polymer.iron-resizable-behavior.iron-resizable-behavior.v3.0.1.js [:4:9]

kag0
  • 5,624
  • 7
  • 34
  • 67

1 Answers1

2

Thanks for the report, we now have a pull request for fixing the issue: https://github.com/vaadin/web-components/pull/2405

The fix is currently expected to become available in Vaadin 20.0.8

Anna Koskinen
  • 1,362
  • 3
  • 22
  • great, thanks! while I have you, is it possible to use vaadin without a build tool? like via skypack? – kag0 Aug 31 '21 at 20:04
  • 1
    I'm not personally familiar, but I hear there might be some issue with Skypack CDN. A colleague linked me this, though, in case you'd find it useful: https://github.com/vaadin/web-components/issues/2004#issuecomment-878477706 – Anna Koskinen Sep 01 '21 at 10:15