kzlar
kzlar
Encountering the same issue: https://discord.com/channels/909986013848412191/974145843919716412/1189430877093117963 I can confirm that `usePropsAndStyle` doesn't work with group pseudo styles. p.s. I think there's a short-term thing here with Icons. Seems like nderscore and...
@natew wondering if that could be incorporated into `themed`? kinda hoping to resolve the group-based icon coloring without wrapping my icons in `styled`. Of course I mean that in addition...
@natew sure - do you mean something like this: https://github.com/tamagui/starter-free/compare/main...kzlar:starter-free:repro/issue_1945 Current behavior is the icon stays black even when you hover the green stack, expected behavior is for the icon...
> v8.2 was a bit of a setback as there was a large change to upstream apis that broke a lot in RN storybook. I've now introduced `@storybook/react-native/metro/withStorybook` That works...
> @kzlar If you want to remove storybook from the bundle the easiest way is to adjust metros resolveRequest to ignore storybook files. > > ``` > defaultConfig.resolver.resolveRequest = (context,...
fyi also seeing this with `await new PGlite("./pgdata").query('select * from pg_catalog.pg_roles');` Would be really awesome if pglite could work with [postgraphile](https://postgraphile.org/). I have a PoC repo I can share for...
Also mentioned this on #8 but it would be awesome if pglite could support [postgraphile ORM](https://postgraphile.org/), I have a PoC that fails due to missing tables that are needed for...
> > Also mentioned this on #8 but it would be awesome if pglite could support [postgraphile ORM](https://postgraphile.org/), I have a PoC that fails due to missing tables that are...
Not 100% sure if it will help or not, but could you try adding a `name` prop to the styled object? e.g. ` const StyledCircle = styled(Circle, { name: 'StyledCricle',...
After some additional attempts, I have some more notes to share. I have tried the vanilla expo starter: https://docs.expo.dev/tutorial/create-your-first-app/ It too, does not work for development, but it complains about...