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
{{ message }}
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
If you have elements that expect to get context (e.g. theming), this is broken by wrapping them in MorphReplace. For example, I tried to use this with two SvgIcons from material-ui (which relies on a context-based theming model) and their context ends up undefined. Is there a way to make MorphReplace etc. "invisible", by ensuring that context gets passed through to the children as if it wasn't there?
The text was updated successfully, but these errors were encountered:
If you have elements that expect to get
context
(e.g. theming), this is broken by wrapping them inMorphReplace
. For example, I tried to use this with twoSvgIcon
s from material-ui (which relies on a context-based theming model) and their context ends up undefined. Is there a way to makeMorphReplace
etc. "invisible", by ensuring that context gets passed through to the children as if it wasn't there?The text was updated successfully, but these errors were encountered: