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): scrolling down to the current node

Merged
Merging beta into mainView on GitHub
4
Builds
0
Discussions
13
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 main
    git checkout main
    Don't forget to install or update dependencies after switching branches.
  2. Create a build on main
    npx chromatic --project-token=0819d33a1a7a
  3. Merge main into beta
    git checkout beta
    You may have to run git pull to update your local branch after switching.
    git merge main
    Don't forget to install or update dependencies after merging branches.
  4. Finally, run a build for beta
    npx chromatic --project-token=0819d33a1a7a 
    Not sure how to create a build? Learn how to publish your Storybook