Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Chromatic plugin warns of incorrect storybookConfigDir configuration #26511

Closed
szpytfire opened this issue Mar 15, 2024 · 2 comments
Closed
Assignees

Comments

@szpytfire
Copy link

Describe the bug

First & foremost - Storybook 8 & the Chromatic plugin works a charm! :party

However, Chromatic appears to complain about a 'configuration problem':

image

specifically:

image

This looks to be a bug, as the suggestion is identical to the string that's currently set.

For reference, my chromatic config file looks as follows:

{
  "projectId": "Project:<ID_HERE>",
  "zip": true,
  "storybookBaseDir": "<PATH_HERE>",
  "storybookConfigDir": "src/.storybook"
}

To Reproduce

No response

System

No response

Additional context

No response

@ghengeveld
Copy link
Member

Pretty sure this was fixed in chromaui/addon-visual-tests#222
Can you verify with v1.2.21 of the addon?

@ghengeveld ghengeveld self-assigned this Mar 22, 2024
@szpytfire
Copy link
Author

@ghengeveld - yep, this can now be closed. Thanks 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants