Sam Magura

Results 98 comments of Sam Magura

🤦‍♀️🤦‍♀️🤦‍♀️ Thank you so much. I was so focused on the `trigger` prop that I completely missed `touch`. I would like to prepare a tiny documentation PR to clarify the...

Hey @atomiks, are you willing to accept a docs PR related to this?

I was going to say that it would be nice if React Hint let you display a custom tooltip by suppling a JSX element or render prop like ``` //...

Here's a hacktacular workaround that we will be using until this bug can be fixed properly: https://github.com/missive/emoji-mart/compare/main...spotxyz:emoji-mart:frequently-used-hack?expand=1

> The size prop ends up being used in an inline style attribute (CSS), so that’s why 100 alone doesn’t do anything, unit-less value isn’t supported in CSS. I'm splitting...

@ninoman I think you may be mistaken — PR #642 was for a different issue. The PR for this error is still open: https://github.com/koala-interactive/is-emoji-supported/pull/21.

I was able to [fix the issue](https://github.com/viveleroi/skeleton-min/pull/1) in your repository by following the [Next.js documentation on custom App components](https://nextjs.org/docs/advanced-features/custom-app). Still, it is a weird error. My best guess is that...

Thanks for updating the repro, I see what is going on now. If you add this code to your `index.js`: ```js import reactLoadingSkeleton from "react-loading-skeleton"; console.log("reactLoadingSkeleton:", reactLoadingSkeleton); ``` you'll see...

I saw that. It seems to be referring to external modules, not your own code.