Eike Foken

Results 23 issues of Eike Foken

**Current behavior:** No TypeScript support for `@emotion/primitives-core` **To reproduce:** 1. Setup CRA with TypeScript 2. `yarn add @emotion/primitives-core` 2. Add `import { createCss } from '@emotion/primitives-core';` somewhere 3. See that...

feature request
TypeScript
React Native

React 18 introduced 5 new hooks which should be added to Atomico: - `useTransition` - `useDeferredValue` - `useId` - `useSyncExternalStore` - `useInsertionEffect` As we share some code between React Native...

enhancement

#### Expected Behavior As React Native Web supports `rem` values, they don't have to be converted to pixels by this library. #### Actual Behavior `rem` values are converted to a...

pinned

**Type**: Bug | Packages | Version | | -------- | ------- | | fela | 10.6.1 | ------------------- #### Description TypeScript type definitions of fela-tools are not correct / missing....

Status: Help Wanted

# Feature request This package should provide Web support. ## Why it is needed A CheckBox component for the browser is built-in to React Native Web. But the React Native...

discuss

I just tried to install this plugin in conjunction with the WPGraphQL WooCommerce addon, but Composer blocks installation because of `firebase/php-jwt` 5.0 which is required by 'wp-graphql-woocommerce' and this package...

bug
Needs to be reproduced

### Expected behaviour When using image assets, I often need the image ratio, for calculating stuff in JS or whatever. I ended up using `{{ width | divide:height }}` everywhere...

feature request

**Describe the bug** I always wanted to report this since a long time. Fragments cannot be used in JSX like they can in React. Example: ```tsx Fragment example ``` See:...

bug

**Is your feature request related to a problem? Please describe.** Now that the Context API is available in Atomico, it would be very nice to be able to pass callbacks...

enhancement

This PR allows using objects for styles with a `toCss` utility as an alternative to the template literal as mentioned in https://github.com/atomicojs/atomico/issues/91#issuecomment-1239000709. I tried to implement a very basic solution...