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
The problem
The current Preview component does 2 jobs: it compiles and evals a code string to create a component, and it displays that created component. It would be useful to plugins to use just the code evaluator component separately from the Preview.
Proposed solution
Refactor Preview splitting it into Preview and CodeEvaluator.
The text was updated successfully, but these errors were encountered:
kidkuro
pushed a commit
to kidkuro/react-styleguidist
that referenced
this issue
May 9, 2018
The problem
The current
Preview
component does 2 jobs: it compiles and evals a code string to create a component, and it displays that created component. It would be useful to plugins to use just the code evaluator component separately from thePreview
.Proposed solution
Refactor
Preview
splitting it intoPreview
andCodeEvaluator
.The text was updated successfully, but these errors were encountered: