Closed kumaheiyama closed 10 months ago
Click the path shown in the error, updated this code: static ɵpipe: i0.ɵɵPipeDeclaration<SanitizeHtmlPipe, "sanitizeHtml", false>
to this: static ɵpipe: i0.ɵɵPipeDeclaration<SanitizeHtmlPipe, "sanitizeHtml">
Please update @sibiraj-s
I completely missed this. Based on the issue description. editor v16 requires angular 16. Please make sure correct version is used.
Closing this issue, assuming the error is due to incorrect angular version. Feel free to reopen if you think this is an issue with editor or create a discussion for other help.
Thank you.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in the thread.
What happened?
Several internal components are complaining about incorrect types. Tried running npm audit fix to see if it can be easily corrected, but alas.
Tried using version 15.3.0 instead, which does build correctly, but has other issues.
Version
16.0.1
Angular Version
15.0.4
What browsers are you seeing the problem on?
No response
Link to reproduce
No response
Relevant log output
Willing to submit a PR?
None