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

[Bug] TypeError: t.some is not a function #1750

Closed
abdessamadely opened this issue Aug 16, 2021 · 5 comments · Fixed by #1832
Closed

[Bug] TypeError: t.some is not a function #1750

abdessamadely opened this issue Aug 16, 2021 · 5 comments · Fixed by #1832
Assignees
Labels

Comments

@abdessamadely
Copy link

When adding CodeTool @editorjs/code, It does cause this bug
I used the example from editorjs.io homepage

Steps to reproduce:

  1. Go to editorjs.io homepage
  2. Open the console
  3. Create a new Code block
  4. Write something
  5. You should see the error on the console

Expected behavior: To not throw this error

Screenshots:

TypeError: t.some is not a function screenshot

Device, Browser, OS: Macbook pro, Chrome, Mac os Big Sur

Editor.js version: "^2.22.2"

Plugins you use with their versions:
"@editorjs/code": "^2.7.0"

@Ivanezko
Copy link

Same here. Had to rollback to 2.19.3 in a while.

@abdessamadely
Copy link
Author

Same here. Had to rollback to 2.19.3 in a while.

Thanks, I was looking for a version to rollback, I'll try it out 🙏.

@nishalk01
Copy link

Thanks Ivanezko,That worked

@corund
Copy link

corund commented Nov 26, 2021

Same Occurs in "The first plugin" example. I think it would occur when plugin has input field, and type-in there.

@khanakia
Copy link

The issue is still there in 2.25.0. The issue occurs when I select values from input autocomplete

Screenshot 2022-07-24 at 11 07 40 AM

Screenshot 2022-07-24 at 11 07 50 AM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants