Lucas Riondel

Results 9 issues of Lucas Riondel

**Describe the bug** I've created a basic setup for storybook snapshots comparison. My `storybook.test.js` is inside my `src/` folder (which is at the root of my project), and when running...

bug
needs triage

We need a good and clear documentation please ! It would really be nice 👍

help wanted

First of all, thanks for your package. It works like a charm. But I have a small issue... I have to set a path to my webpack config, or else...

**Current behavior:** I changed the type of my styled component using `as` to turn it into a `label` (was a `div`), and now using properties specific to `label` triggers error....

bug
needs triage

I know it's important to stay hydrated but my store is being hydrated twice here : store.ts ``` const persistConfig = { key: 'root', storage, whitelist: ['users'] } const usersPersistConfig...

## Documentation ### Relevant Radix Component(s) Every component that uses a portal (Dialog, Select, Popover, etc). According to this [conversation](https://github.com/radix-ui/primitives/issues/2773) I had on the primitives repo with @benoitgrelard , I...

documentation

Could you add possibility to change inputs' font ? This doesn't seem to work for now: ![CleanShot 2023-06-07 at 15 45 31](https://github.com/checkout/frames-react/assets/7773454/0e62460b-05f5-4421-9dd1-31b1341e8ee4) ![CleanShot 2023-06-07 at 15 45 35](https://github.com/checkout/frames-react/assets/7773454/5bce934b-b9f2-4ce9-93bf-0ed9a52ea9d8)

in `react-native-facebook-keyframes/index.js:13:17` I am using android and RN 0.57.0-rc.0, React 16.4.2.

## Bug report ### Current Behavior The accordion component flickers when closed, but only when it's built with vite in an external component library. I've tried using the same code...