-
Notifications
You must be signed in to change notification settings - Fork 354
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
Jodit call a lot of times of blob endpoint to get worker-html.js #1154
Comments
I tried to upgrade to Jodit-react 4.1.2 but not work for me |
I met this situation too Please help....Anyone? |
Hi, @biokaito could you show full code? First of all - onChange={useCallback((newContent) => {}, [])} |
Hi @xdan , Here is all my code about Jodit Editor.
|
Coincidentally |
hi @xdan , have you had a chance to look at this? |
I also got this error. Please fix it |
Hi, @biokaito
|
Jodit Version: 4.0.30
Browser: Chrome
OS: Windows/Mac
Is React App: True
Reproduced on xdsoft.net: True
React Version 17.0.1
Code
Here is log for network on our staging env.
And this is log on localhost:
Jodit call a lot of times to get the same response, it is importScripts('https://cdnjs.cloudflare.com/ajax/libs/ace/1.4.2/worker-html.js');
Expected behavior: Call less and don't make Jodit component re-render
Actual behavior: Make Jodit component re-render a lot of times, can not use it.
The text was updated successfully, but these errors were encountered: