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
Hi @szmarczak, I submitted a PR for this issue and you are right, in the example above you can solve it that way. However, it was a bad example in my part as the users might not have access to the plugin code(and in my case, they won't). I think the example in the PR better describes the issue.
What problem are you trying to solve?
Right now you can't use more than 1 plugin that makes use of
context
. For example, the following test case fails:Right now,
context
is not merged and not enumerable. This causes the plugin represented byinstance2
to remove the context expected byinstance1
.Describe the feature
Do a shallow merge on
context
with "defaults" in /core/index.ts and make it enumerable.Implementation
I have availability to implement this feature if you decide this is a use-case you would like to support.
Checklist
The text was updated successfully, but these errors were encountered: