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
103 - Move offlineStorage to Application component (#476)
* Pass offlineStorage to application
* Create conditional to handle passed IndexedDBMethod
* Allow radfish application to accept StorageMethod instance
* Revert test script
MSW is trying to run in browser context while in node js process causes
issues.
* Fix issue where local storage method would not initialize store if it was missing
* Storage method should return null if not configured instead of throwing error
* Use application context in offline storage context
* Add RADFish application instance to template application props
* Remove on device storage wrapper from table example since it's not being used
* Update offline storage configuration for multistep form example
* Fixed issue where application storage is not configured
---------
Co-authored-by: Tony Gaskell <tony@sudokrew.com>
0 commit comments