Issues with configuration of overlay scrollbars on Angular project #571
-
Hello! I just installed overlay scrollbars and created my first module and component for testing purposes. I am using Compodoc and Storybook for displaying and documentation of my work and I get a bunch of errors while building Storybook. Here are some of the errors from the console:
(the esModuleInterop flas is set to true)
And so on... I am using Angular 13, Nx 13, Storybook 6 and TypeScript 4. Does anyone has a hint what could be missing in the config? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I just forgot to install also the version for Vanilla Java Script. I thought it would be enough to only install the framework specific version of overlay scrollbars. Now it works. |
Beta Was this translation helpful? Give feedback.
I just forgot to install also the version for Vanilla Java Script. I thought it would be enough to only install the framework specific version of overlay scrollbars. Now it works.