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
Describe the bug HoldItem do not respect the react context in which they are rendered in. They seem to be rendered in the context of their HoldMenuProvider
Describe the bug
HoldItem
do not respect the react context in which they are rendered in. They seem to be rendered in the context of their HoldMenuProviderTo Reproduce
n.b. this is a simplified, untested example of what I'm experiencing. LMK if there are any issues.
Expected behavior
In the example above, I expect
MyComponent
to render 123.I expect this because it is rendered inside of that context
Actual behavior
In the example above,
MyComponent
renders 0.It appears MyComponent is actually rendered where HoldMenuProvider is rendered, receiving that context
Screenshots
None
Package versions
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: