Daniel Schulz
Daniel Schulz
**Is your feature request related to a problem? Please describe.** With the Blog Article from Ryan Florence [Remixing React Router](https://remix.run/blog/remixing-react-router) the `loader` Pattern from [Remix](https://remix.run/docs/en/v1/guides/data-loading) is said to move to...
- Added `yarn.lock` - added jest + react-testing-library - created `.babelrc` just to run those tests (not sure if this can be handled by rollup)
**Describe the bug** I migrated today from `3.1.14` to `3.1.17` and received the following error while deploying. ``` + yarn run deploy /azp/_work/1/s/node_modules/yoga-layout/src/generated/YGEnums.ts:10 export enum Align { ^^^^^^ SyntaxError: Unexpected...
Todo: - `return mode(...)` in `./alert.ts,input.ts` - variable is used in templatestring (badge.ts,popover.ts,tooltip.ts) - remove unused `props` (closeButton,form,formError,kbd,menu,number-input,progress,skip-link,slider,) - colormode variable is used as a function argument (progress.ts,skeleton.ts) Current result...