-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error TS2307: Cannot find module #14205
Comments
@oleq is debugging this – it seems that there's an import that works locally and on our CIs but not when used in a certain situations ;/. |
I confirm this issue in a fresh Angular project. Also, this is what I found out so far: In document-outline/src/index.d.ts we have
as a result of the following index.ts
and this is fine. In ui/src/index.d.ts there is
as a result of the following
and that causes errors |
I've just found out that |
it worked thank you @Witoso |
While |
Fix (ui): Fixed way how code exports the `colorPaletteIcon` icon, which could result with a broken build. Closes #14205.
The fix has been merged. We plan to release a hotfix release tomorrow. For those of you facing this issue, you can try a workaround posted by @Witoso. |
Fix (ui): Fixed way how code exports the `colorPaletteIcon` icon, which could result with a broken build. Closes #14205.
There was one more commit needed to fix this issue: 5f2cbea |
This problem has been fixed with 38.0.1 hotfix. I'm unpinning this issue. |
📝 Provide a description of requested docs changes
The text was updated successfully, but these errors were encountered: