Skip to content
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

TypeError: i is not a function #17210

Open
thienhuynh1314 opened this issue Oct 3, 2024 · 1 comment
Open

TypeError: i is not a function #17210

thienhuynh1314 opened this issue Oct 3, 2024 · 1 comment
Labels
pending:feedback This issue is blocked by necessary feedback. type:bug This issue reports a buggy (incorrect) behavior.

Comments

@thienhuynh1314
Copy link

thienhuynh1314 commented Oct 3, 2024

My project is using vue2, webpack4 and typescript v4. I just migrated ckeditor4 to ckeditor5 and it can run well on my local dev.
But I get error on production
Screen Shot 2024-10-03 at 13 42 00
And here is my tsconfig:
Screen Shot 2024-10-03 at 13 48 54

And here is ckeditor component:
Screen Shot 2024-10-03 at 13 50 20
Screen Shot 2024-10-03 at 13 50 28

Looking forward to receiving your help

@thienhuynh1314 thienhuynh1314 added the type:bug This issue reports a buggy (incorrect) behavior. label Oct 3, 2024
@filipsobol
Copy link
Member

Please create a minimal reproduction that we can use to debug this.

If you can, try upgrading the TypeScript to version 5.0 or at least the latest 4.x version you can. Although this likely isn't the root cause of the issue, we use typings that might not work in older versions.

@filipsobol filipsobol added the pending:feedback This issue is blocked by necessary feedback. label Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pending:feedback This issue is blocked by necessary feedback. type:bug This issue reports a buggy (incorrect) behavior.
Projects
None yet
Development

No branches or pull requests

2 participants