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
I have a parent component wrapped with MatchMediaProvider, and it has a nested child component also wrapped with MatchMediaProvider.
The inner nested component doesn't work. moreover, it uses the same "breakpoints" of the parent, regardless of what I pass to it in the breakpoints property. even passing empty object, makes it think i used the same breakpoints value of the parent.
The text was updated successfully, but these errors were encountered:
Hi,
I have a parent component wrapped with MatchMediaProvider, and it has a nested child component also wrapped with MatchMediaProvider.
The inner nested component doesn't work. moreover, it uses the same "breakpoints" of the parent, regardless of what I pass to it in the breakpoints property. even passing empty object, makes it think i used the same breakpoints value of the parent.
The text was updated successfully, but these errors were encountered: