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
When the JSON schema contains format: uuid, the JSON editor fails to work and displays an error in the browser console vue.global.prod.js:5 Error: unknown format "uuid" ignored in schema at path "#/properties/client_session_id/anyOf/0" at format.js:63:27 at format.js:50:17 at Object.code (format.js:22:13) at $ (index.js:464:13) at index.js:222:17 at e.value (index.js:439:13) at e.value (index.js:568:18) at x (index.js:219:9) at p (index.js:200:13) at index.js:192:13 (anonymous) @ vue.global.prod.js:5 content.bundle.js:55109 will try to open idb now: content
I think this can be fixed by using ajv-formats for the AJV validator.
NiceGUI Version
2.17.0
Python Version
Python 3.11.12
Browser
Chrome
Operating System
macOS
Additional Context
No response
The text was updated successfully, but these errors were encountered:
@phnmn Kindly check out #4749. You can early-enjoy the benefits of that PR if you edit the source code of your local NiceGUI install (best if you do this in a virtual environment like venv or Docker so that you don't mess up your global NiceGUI installation)
First Check
Example Code
Description
When the JSON schema contains format: uuid, the JSON editor fails to work and displays an error in the browser console
vue.global.prod.js:5 Error: unknown format "uuid" ignored in schema at path "#/properties/client_session_id/anyOf/0" at format.js:63:27 at format.js:50:17 at Object.code (format.js:22:13) at $ (index.js:464:13) at index.js:222:17 at e.value (index.js:439:13) at e.value (index.js:568:18) at x (index.js:219:9) at p (index.js:200:13) at index.js:192:13 (anonymous) @ vue.global.prod.js:5 content.bundle.js:55109 will try to open idb now: content
I think this can be fixed by using ajv-formats for the AJV validator.
NiceGUI Version
2.17.0
Python Version
Python 3.11.12
Browser
Chrome
Operating System
macOS
Additional Context
No response
The text was updated successfully, but these errors were encountered: