Eike Foken
Eike Foken
Rollup 4
This is a followup PR of https://github.com/atomicojs/atomico/pull/119 I updated Rollup to v4 and other related packages to their latest versions. Also installed a Rollup plugin to prettify the source of...
**Describe the bug** I'm getting error `The value defined for prop 'value' must be of type 'Date'` when passing a string to a prop of type Date. Shouldn't it be...
**Describe the bug** Just an example error: ``` packages/html/src/hooks/useAria.ts:3:25 - error TS7016: Could not find a declaration file for module 'atomico/core'. '/Users/eike.foken/Code/barmer-puls/node_modules/atomico/src/core.js' implicitly has an 'any' type. Try `npm i...
**Describe the bug** When using `createContext`, SSR is broken for me. I'm getting this errors in the console when starting Next.js: ``` ReferenceError: CustomEvent is not defined at dispatchEvent (file:///Users/eike.foken/Code/test-ui/node_modules/.pnpm/[email protected]/node_modules/atomico/src/element/set-prototype.js:95:50)...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the issue When using the `onPress` prop on the `Pressable` component and...
### Is there an existing request? - [X] I have searched for this request ### Describe the feature request I think `@react-native/normalize-colors` (with S) should be used as a dependency,...
It would be super helpful, when it would be possible to connect multiple stories in one Storybook file, to different Figma components. Because we do not always have **one** component...
### Describe the issue When using `Omit` in TypeScript it seems to omit everything. Example: ```tsx export interface IconButtonProps extends Omit { children: React.ReactElement; } ``` This results in `IconButtonProps`...
### Describe the feature request What's the plan in implementing a polyfill for the `:active` pseudo-class? There already is `:hover`, but I guess mostly people need e.g. a different background...