-
-
Notifications
You must be signed in to change notification settings - Fork 37
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
Diff Viewer is broken when run strapi in develop mode #164
Comments
Hi @AmmonLin, Thanks for reporting this bug. Could you confirm the issue with version 3.0.4 of the plugin as well? |
@boazpoolman 3.0.3 and 3.0.4 also have this issue. 3.0.2 3.0.1 install fail on my computer. 2.1.0 works as well |
Thank you. |
Confirmed. Probably related to Aeolun/react-diff-viewer-continued#43 |
I've patched the issue in version 3.1.1. Thanks for reporting it, and Merry Christmas 🎄 |
Thank you for your prompt response and swift patch! ❤️ |
Bug report
Describe the bug
When use the Diff viewer to inspect the config changes, got the following error message in develop mode:
the same message show on console many times.
Steps to reproduce the behavior
npx create-strapi-app@latest
and use all default settings.cd my-strapi-project && npm run develop
Make the initail export
Config Name
to see diffExpected behavior
Diff viewer works as in the production mode.
Screenshots
Code snippets
N/A
System
Additional context
N/A
The text was updated successfully, but these errors were encountered: