signavio / react-mentions

@mention people in a textarea
https://react-mentions.vercel.app
Other
2.43k stars 566 forks source link

Console: "Warning: Unsupported vendor-prefixed style property webkitBoxShadow. Did you mean WebkitBoxShadow?" #633

Closed SargisPlusPlus closed 1 year ago

SargisPlusPlus commented 1 year ago

Steps to reproduce:

  1. Use MentionsInput with @emotion/react - 11.10.4

Expected behaviour: No warnings in console

Observed behaviour:

Warning: Unsupported vendor-prefixed style property webkitBoxShadow. Did you mean WebkitBoxShadow?
    at textarea
    at div
    at div
    at MentionsInput (chrome-extension://bgdobcnmebmnllglgpjjcggogpeggoho/temp.b25be7b2.js:71031:44)
    at DefaultStyleEnhancer (chrome-extension://bgdobcnmebmnllglgpjjcggogpeggoho/temp.b25be7b2.js:70594:30)

Workaround: No need to. Just warnings.