Closed tusharchutanigt closed 4 years ago
😴 This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week without any further activity. Consider opening a pull request if you still have this issue or want this feature.
@tusharchutanigt were you able to solve this?
@tusharchutanigt were you able to solve this?
I have the same issue and have just yarn removed styleguidist !!
We are making use of Material UI to develop our internal library but there are a few components that we want to use as is. So I am just doing the following in CircularIndicator.tsx
export { CircularProgress as CircularIndicator } from '@material-ui/core';
In the Readme.md when I try to test document the element I don't see anything but I do get this warning.
Looking at the doc I tried an annotation of /* @component / but that doesn't work either. I also tried to import the component in Readme. Am I missing something here?
EDIT: I am working in ts