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
Fix client side fatal exception in RenderCacheable due to changes in logging behavior
Deprecate import of defineMultiCacheOptions from 'nuxt-multi-cache', as it results in the entire module being inlined in the server build. Instead it should now be imported like this, which will only import the helper method without any dependencies: import { defineMultiCacheOptions } from 'nuxt-multi-cache/dist/runtime/serverOptions'