JonathanDoelan
JonathanDoelan
keep-alive calls unmount a component when I change a page but does not call mount when I return back
I’ve figured out that … ```js definePageMeta({ keepalive: true }); ``` … [inside a page component](https://nuxt.com/docs/api/utils/define-page-meta#definepagemeta) does not work. It only works by setting the `[keepalive]` attribute to the ``...
@SpaceIgniter Then you simply wouldn't turn on this option.
This issue is the 2nd most popular here: https://github.com/sanity-io/sanity/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc Just sayin’ …
Same here. Tried to validate files’ mime-type to only allow images … not possible :(