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
No changes to plugin registrations and dependencies (the name provided is matched as-is). When using server.expose() in a scoped plugin, the name used under server.plugins defaults to no scope (breaking change). This can be changed to keep the scope with a new third argument { scope: true } option, or rewrite the scope to 'scope__name' with { scope: 'underscore' }.
The text was updated successfully, but these errors were encountered:
No changes to plugin registrations and dependencies (the name provided is matched as-is). When using
server.expose()
in a scoped plugin, the name used underserver.plugins
defaults to no scope (breaking change). This can be changed to keep the scope with a new third argument{ scope: true }
option, or rewrite the scope to'scope__name'
with{ scope: 'underscore' }
.The text was updated successfully, but these errors were encountered: