-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SwipeableDrawer] Support global theme changes #19771
[SwipeableDrawer] Support global theme changes #19771
Conversation
Removing extra dot Co-Authored-By: Olivier Tassinari <[email protected]>
yarn lint:ci is reporting multiple errors. Fixed repeated declaration errors where there is 6 other errors unfixed:
|
… new version is working. Removed second calling of theme, in which refers to useThemes.
de52b9c
to
a5e8e73
Compare
Details of bundle changes.Comparing: 7a24f67...4801288
|
@oliviertassinari I am still getting the 6 mentioned above errors when running |
@TommyJackson85 I have just configured a new computer, it's exit 0 on my side (we are good). The Ci is the baseline, you can trust it. If it exit 1 on your env, then something is wrong with it. |
hmmm, is it something I should worry about? I am calling fetch and pull from the master branch regularly. |
@TommyJackson85 Thanks |
Attempting to allow the inclusion of Global Theme Changes for Swipeable Drawer, as brought up by @oliviertassinari in issue #19660
These potential changes could also potentially fix issue:
#19606
I will continue to keep editing this initially post, when updates occur.
Closes #19660