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
Since we're most likely building UI controls with the withMediaProps HoC. I think having the ability to whitelist or even blacklist updates that we don't care about could be cool.
Since we're most likely building UI controls with the
withMediaProps
HoC. I think having the ability to whitelist or even blacklist updates that we don't care about could be cool.Would look something like:
This way we can optimize the component in the HoC instead of having to wire that up on every control component.
The text was updated successfully, but these errors were encountered: