Skip to content

Callout component has no background for "new" variation #3102

Discussion options

You must be logged in to vote

Hi @alberto-twilio

This is happening because of a version mismatch. As with any NPM package, if you install a new package you have to make sure you are meeting the requirements of that package, including making sure you are installing the supported versions of it's peer dependencies.

As you can see from the package.json file of Callout v2, it has a list of required peer dependencies and version numbers. https://github.com/twilio-labs/paste/blob/main/packages/paste-core/components/callout/package.json

"@twilio-paste/design-tokens": "^9.0.0",
"@twilio-paste/icons": "^10.0.0"

Your package manager most likely is informing you of unmet peer dependencies requirements as you are running a versi…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@alberto-twilio
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by SiTaggart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants