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
Update examples to use new RADFish storage architecture (#697)
* Adjust indentation in the TextInput component example.
* Adjust indentation and formatting in various examples across multiple README.md files to enhance clarity and maintainability.
* Update storage using new version connectors.
* Updated README.md to clarify the use of RADFish's storage system for persistent state management.
* Update on-device storage example to utilize RADFish's schema-based storage with IndexedDB integration.
* Update persisted form example to utilize RADFish's schema-based storage with IndexedDB integration.
* Update server sync example to utilize RADFish's schema-based storage with IndexedDB integration.
* Remove deprecated storage methods and related classes from the mock API package.
* Update @nmfs-radfish/radfish dependency to version 1.1.1 across multiple example packages.
This helper function loops through the provided validators and checks if the input value passes the validation criteria. If not, it returns the appropriate error message:
0 commit comments