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
From a removal attempt (#11272), the global $cookies and 2-way binding logic adopted are defined from the plugin cookie-universal-nuxt. This has been replaced with a more generic one cookie-universal#11321
As the logic creates several issues, replace with some more conventional patterns.
The main reason is the presence of too many states: cookies, global, and Vuex.
Description
From a removal attempt (#11272), the global $cookies and 2-way binding logic adopted are defined from the plugin
cookie-universal-nuxt
. This has been replaced with a more generic onecookie-universal
#11321As the logic creates several issues, replace with some more conventional patterns.
The main reason is the presence of too many states: cookies, global, and Vuex.
Occurrences are not so high:
https://github.com/search?q=%24cookies+repo%3Arancher%2Fdashboard&type=code&ref=advsearch
The text was updated successfully, but these errors were encountered: