Marek Polakowski

Results 6 comments of Marek Polakowski

When importing content from medium.com you need to add "figure" to allowed tags

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

Try this ```javascript const className = useCss({ '&::before': { // your css }, }); ```