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
Plugin developers may need to define how their plugin should be registered in the different render modes. For example, if the plugin is intended to be used in the client UI for each site user, it may need to be a Scoped if the current render mode is Server or Singleton if the current render mode is WebAssembly (since Auto mode would switch on the fly). In other situations, the plugin may need to be Scoped, Singleton, or Transient always (maybe it's a plugin that offers server-side functionality for the admin area).
The text was updated successfully, but these errors were encountered:
Plugin developers may need to define how their plugin should be registered in the different render modes. For example, if the plugin is intended to be used in the client UI for each site user, it may need to be a
Scoped
if the current render mode isServer
orSingleton
if the current render mode isWebAssembly
(since Auto mode would switch on the fly). In other situations, the plugin may need to be Scoped, Singleton, or Transient always (maybe it's a plugin that offers server-side functionality for the admin area).The text was updated successfully, but these errors were encountered: