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 was archived by the owner on Jan 14, 2025. It is now read-only.
When the <TopAppBar/>'s variant changes the foundation is not reinitialized. For example, if mounted with fixed=true and an update changes this to fixed=false the component should destroy() the present foundation (an instanceof MDCFixedTopAppBarFoundation) and reinitialize a plain MDCTopAppBarFoundation. Otherwise upon scroll mdc-top-app-bar--fixed-scrolled className will be added to the <TopAppBar/>.
Note: I believe I have a PR nearly complete. New to Screenshot testing. Had some issues figuring out setting up the environment (see: discord ).
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
When the
<TopAppBar/>
's variant changes the foundation is not reinitialized. For example, if mounted withfixed=true
and an update changes this tofixed=false
the component shoulddestroy()
the present foundation (an instanceofMDCFixedTopAppBarFoundation
) and reinitialize a plainMDCTopAppBarFoundation
. Otherwise upon scrollmdc-top-app-bar--fixed-scrolled
className will be added to the<TopAppBar/>
.The text was updated successfully, but these errors were encountered: