-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Editor: Value isn't rendered still after removing node_modules and upgrading primereact to 10.8.2 #7090
Comments
Quill 1.3.7 in your list above? It needs to be 2.0.1... |
@melloware this doesn't fix the issue sadly when you checkout my stackblitz example. Quill 2.0.1 is installed there |
@avasuro looks like another Editor issue after your last change? |
Not correct, Primereact version is outdated in the demo provided for this ticket. Despite Primereact version is stated as "latest" in package.json - it's still some outdated (9.5.0?) in package-lock.json. After that everything will work. Except that initial value will not be taken into account if it is zero. That's something that we indeed have to fix, but I'd create separate ticket for that. I will be able to do that later this week. |
Thank you @avasuro , after removing the package-lock.json the bug with rendering the value prop at all was fixed. Thank you all for the support |
Thansk @avasuro |
Describe the bug
Hi,
first thank you for the great job.
I still following problem with the Editor component even after upgrading to 10.8.2 and deleting node_modules folder:
It doesn't matter if the value is static or entered as state or field.value from react hook form, the value won't be rendered inside the Editor component.
I added an example Stackblitz with quill, chart.js and primereact 10.8.2 installed.
Thank you very much for your help :)
Reproducer
https://stackblitz.com/edit/vitejs-vite-jubrrt?file=src%2FApp.tsx
System Information
System:
OS: Linux 5.15 Debian GNU/Linux 12 (bookworm) 12 (bookworm)
CPU: (12) x64 12th Gen Intel(R) Core(TM) i7-1255U
Memory: 28.04 GB / 31.20 GB
Container: Yes
Shell: 5.2.15 - /bin/bash
Binaries:
Node: 21.7.1 - ~/.nvm/versions/node/v21.7.1/bin/node
npm: 10.5.0 - ~/.nvm/versions/node/v21.7.1/bin/npm
Libraries:
primereact: 10.8.2
quill: 1.3.7
react: 18.2.0
Browsers:
Chrome: 125.0.6422.60
Steps to reproduce the behavior
Expected behavior
The value prop of Editor component should be rendered
The text was updated successfully, but these errors were encountered: