Review the UI changeset in each pull request
Chromatic automatically identifies the UI changeset in every pull request. This streamlines the frontend workflow by gathering precise UI feedback in one place to help you collaborate on work-in-progress.
How it works

feat(react): adding * as option to node extra

Merged
Merging zc/allNodeExtra into alphaView on GitHub
1
Build
0
Discussions
15
Stories
Failed to compare branches

We couldn't create a comparison just yet. We need a successful build on both the source and the target branch in order to generate one. Here's what you should do:

  1. Checkout alpha
    git checkout alpha
    Don't forget to install or update dependencies after switching branches.
  2. Create a build on alpha
    npx chromatic --project-token=0819d33a1a7a
  3. Merge alpha into zc/allNodeExtra
    git checkout zc/allNodeExtra
    You may have to run git pull to update your local branch after switching.
    git merge alpha
    Don't forget to install or update dependencies after merging branches.
  4. Finally, run a build for zc/allNodeExtra
    npx chromatic --project-token=0819d33a1a7a 
    Not sure how to create a build? Learn how to publish your Storybook