You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, when there is an update or new version of the project, the following screen is displayed that which is not ideal experience with a "Loading chunk 72 error". This error is only when a new version is available and the users should refresh the screen. This is not a real error.
Describe the solution you'd like
Update the copy to say "New update available" instead of "Something went wrong" when error is "Loading chunk" error.
Remove the error message below it and instead say "Refresh you screen to get the latest update.
* develop: (21 commits)
generateBiggerId: remove console.log
fix generateSmallerId algorithm (#567)
fix merge
fix inline cell of connect-service
Fixes issue where the title field name is shown rather than the value
Update reload screen copy (#530)
Derivatives: don't list current field in listener field options
potentially fix side drawer randomly scrolling
JSON field: improve tree editor dark mode
JSON: fix array support
CodeEditor: use text field background color
added a temp skip button for rules setting step
JSON editor: add code editor mode (#509)
CodeEditor: use TextField box-shadows & fix RichTextEditor box-shadows
CodeEditor: fix onChange not being passed as prop
consolidate CodeEditor to components/CodeEditor, allow resize, use github themes
add CircularProgressOptical
Import CSV: prevent import to ID field
Import CSV: fix crash
User Settings: move darker dark mode to theme
...
Is your feature request related to a problem? Please describe.
Currently, when there is an update or new version of the project, the following screen is displayed that which is not ideal experience with a "Loading chunk 72 error". This error is only when a new version is available and the users should refresh the screen. This is not a real error.
Describe the solution you'd like
Update the copy to say "New update available" instead of "Something went wrong" when error is "Loading chunk" error.
Remove the error message below it and instead say "Refresh you screen to get the latest update.
Implementation details
Please find the related file:
src/components/ErrorBoundary.tsx
The text was updated successfully, but these errors were encountered: