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
Additional context
How to fix: use export {Component} instead of export default Component and import {Component} from '...' instead import Component from '...' also
The text was updated successfully, but these errors were encountered:
Describe the bug
Empty types and description in docs page
To Reproduce
Steps to reproduce the behavior:
Component
(withinterface
ortype
to define the types also)export default Component
syntaxComponent
asimport Component from '...'
Expected behavior
Description for
Component
and type definitionsScreenshots
Main.js config
System
Additional context
How to fix: use
export {Component}
instead ofexport default Component
andimport {Component} from '...'
insteadimport Component from '...'
alsoThe text was updated successfully, but these errors were encountered: