Mykhaylo Ryechkin

Results 59 comments of Mykhaylo Ryechkin

> @JonnyBurger I think the config may need the `plugins: ['@svgr/plugin-jsx']` part to transform to JSX. Otherwise it only transforms the SVG. Thank you! The docs aren't clear about this...

> I ran into the same problem with `useSelect`,`` and the `getCollectionNode` error when I was modifying [this tailwind example](https://codesandbox.io/s/hardcore-moon-xzc4r?file=/src/App.tsx). > > Instead of including `Item` in my custom `DropdownItem`...

Thanks for the info @snowystinger. In my case it's not a wrapper, but simply a re-export of `Item` from `react-stately` for convenience: ```jsx import { Item } from 'react-stately'; import...

Seems like issue [#349](https://github.com/supabase/gotrue-js/issues/349) in the `gotrue-js` repo is related. In the past, with the old `Auth` component from the now-deprecated [Supabase UI](https://ui.supabase.io/components/auth) library and v1 of the client lib,...

@chrisk-7777 I ended up ditching the Auth UI library and just created my own Auth forms - much easier than trying to work around the gotchas in this library (see...

@levity this is exactly why I opted to just use my own auth forms instead of relying on what feels like a half-baked solution with Auth UI. It would be...

@typhonrt I just tried your `esm-d-ts` library and it worked great. I wasn't having much luck or was 100% clear on how to use `dts-buddy`, so wanted to give yours...

> Happy for this to be closed though since it's quite niche and probably doesn't justify the effort needed to implement this. On the contrary, I would love to see...