DEPRECATION: adding rounded classes via the variants array is deprecated.
senbonsakura opened this issue · 4 comments
senbonsakura commented
Started to get this message on npm console after updating the plugin.
DEPRECATION: adding rounded classes via the variants array is deprecated. Use nocompatible mode instead (i.e. when adding the plugin, use
scrollbarPlugin({ nocompatible: true }))
adoxography commented
Is there something confusing about what the message is telling you to do? :)
senbonsakura commented
No it tells me to replace the plugin with someone else. Because in the future this could bite me in the ass.
adoxography commented
It's asking you to update how you're configuring this plugin by giving you an example. You can see another example in the README, and a warning about this in the release notes.
adoxography commented
Closing as this is an issue on the user side, not the plugin side.