This repository has been archived by the owner on Sep 20, 2024. It is now read-only.
v-chakra directive bug : flash of unstyled content when applyed on a external component #436
Labels
status: needs more info 🤔
Needs more information about a specific thing/problem
status: needs reproduction ♺
Issue needs a simple reproduction
type: contributions welcome 💚
Contributions are welcome!
Compare this two :
1 V-chakra directive on a nested component
test.vue
DabadiDabada.vue
2 V-chakra directive on an component living inside the parent
test.vue
Results
In both case, it works like above, however you get a flash of styling on case 1.
If you disable javascript (Safari dev menu), styling isn't applied:
With js
Style appended with "className" appendix is added afterward (hence the flash of styling).
No js
No style is appended
Additional note :
If you add some styling on a root chakra component in
DabadiDabada.vue
, it works along the v-chakra styling on the parent. Still, the styles coming from v-chakra directive suffers from being added afterwards.The text was updated successfully, but these errors were encountered: