Marek Polakowski
Marek Polakowski
When importing content from medium.com you need to add "figure" to allowed tags
I'll suggest reuploading images
I think you should update the documentation too. According to it, `delay` specifies time between trigger and tooltip to show, there's nothing about passing array of integers with show delay...
I had the same problem. You can temporarily fix it by removing "title" prop from Tooltip instance
I'm having the same issue
Try this ```javascript const className = useCss({ '&::before': { // your css }, }); ```