Circular import of `NcCheckboxRadioSwitch` and `NcCheckboxContent`
Closed this issue · 0 comments
raimund-schluessler commented
After #4663 NcCheckboxRadioSwitch
and NcCheckboxContent
each import from each other. While this doesn't seem to be an issue for the vue 2 builds, it is the reason why the styleguide currently does not work in #4688.
I would propose to move these lines
nextcloud-vue/src/components/NcCheckboxRadioSwitch/NcCheckboxRadioSwitch.vue
Lines 310 to 313 in 0a3e598
into
NcCheckboxContent
and import the types from there.