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

updating react and react-dom dependencies to support semver

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