Getting this error when trying to use skipUpdateCheck in my config file
If you need help, please chat with us at https://www.chromatic.com/docs/cli for the fastest response.
You can also email the team at support@chromatic.com if chat is not an option.
Please provide us with the above CLI output and the following info:
{
"timestamp": "2024-06-26T17:08:42.748Z",
"sessionId": "4d97c0b3-9fc0-4e76-89ef-23a517227a19",
"nodePlatform": "darwin",
"nodeVersion": "20.12.2",
"packageName": "chromatic",
"packageVersion": "11.5.3",
"flags": {
"outputDir": [],
"storybookBuildDir": [],
"externals": [],
"onlyStoryFiles": [],
"onlyStoryNames": [],
"untraced": [],
"fileHashing": true,
"interactive": true,
"appCode": []
},
"errorType": "Error",
"errorMessage": "✖ Configuration file chromatic.config.json was invalid, please check the allowed keys."
}
Error: ✖ Configuration file chromatic.config.json was invalid, please check the allowed keys.
- Unrecognized key(s) in object: 'skipUpdateCheck'
Bug report
Getting this error when trying to use
skipUpdateCheck
in my config file