koumoul-dev / vuetify-jsonschema-form

Create beautiful and low-effort forms that output valid data. Published on npm as @koumoul/vjsf.
https://koumoul-dev.github.io/vuetify-jsonschema-form/latest/
MIT License
538 stars 154 forks source link

Crash occurs when cookies are disabled #282

Closed mvandenburgh closed 2 years ago

mvandenburgh commented 2 years ago

A page using vjsf with cookies completely disabled will crash due to this attempt to access localStorage.

To reproduce, disable all cookies in your browser and open a webpage that uses vjsf.

mvandenburgh commented 2 years ago

I opened a PR in #283 to fix this.