We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
embedded
body
Проблема:
В режиме mode="embedded" класс с названием платформы (темы) добавляется все равно на body
mode="embedded"
Как решить:
Перенести навешивание класса из ConfigProvider в AppRoot.
ConfigProvider
AppRoot
The text was updated successfully, but these errors were encountered:
tech(ConfigProvider): resolve TODO
c2c565c
- fix #4810 migration_v6.md уже обновлён. Только нужно добавить про удаление onDetectAppearanceByBridge
fixup! tech(ConfigProvider): resolve TODO
9d0b8b0
Sorry, something went wrong.
inomdzhon
Successfully merging a pull request may close this issue.
Проблема:
В режиме
mode="embedded"
класс с названием платформы (темы) добавляется все равно наbody
Как решить:
Перенести навешивание класса из
ConfigProvider
вAppRoot
.The text was updated successfully, but these errors were encountered: