Replies: 1 comment
-
thanks for the report -- will be addressed in #16839 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I build with StencilJs 2.5.2 and Typescript 4.5.2, I get the following Typescript error:
So
types.d.ts
haswhile
index.d.ts
isIf you look at
index.d.ts
, there is another import fromClientApi
, whose members are explicitly exported by name, not by *. I think that's the way to go.Sidenote: It seems that Storybook only implemented Typescript 3.9, perhaps that's why the error didn't occur in your build yet. Also the error appeared with Storybook 6.4.1, it wasn't in 6.3.12.
Beta Was this translation helpful? Give feedback.
All reactions