Closed hyperloo closed 2 years ago
✔️ Deploy Preview for evergreen-storybook ready!
🔨 Explore the source changes: 02e853e11085639bb26f79cd3e8634b2417d82d0
🔍 Inspect the deploy log: https://app.netlify.com/sites/evergreen-storybook/deploys/6124e7d40f7f6a00081818de
😎 Browse the preview: https://deploy-preview-1309--evergreen-storybook.netlify.app
This shouldn't be an issue now that we've widened the type in all PropTypes
calls for intent
as well as the TS definitions to string
. See https://github.com/segmentio/evergreen/pull/1341.
Overview This warning was occurring because info was not provided in the intent's propTypes array. Like in the SS.
I have added 'info' as the Proptype option in all the files wherever required. Here are thee file names:
Screenshots (if applicable) From
To
Documentation