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
Stories in chromatic are merged into one big story. Because of that some stories lost their look and fee. We need a mechanism to apply decorators from original stories into this newly merged chromatic story. Otherwise we would need to move those decorators to story itself which is pretty bad idea for stories source code readability.
Below is an example of story after merge where decorator is missing.
The text was updated successfully, but these errors were encountered:
Stories in chromatic are merged into one big story. Because of that some stories lost their look and fee. We need a mechanism to apply decorators from original stories into this newly merged chromatic story. Otherwise we would need to move those decorators to story itself which is pretty bad idea for stories source code readability.
Below is an example of story after merge where decorator is missing.
The text was updated successfully, but these errors were encountered: