Rusty
Rusty
## Summary Fixes: #1718  ### Release Note Updates the create create-component script to generate components using the new 7.x functions. It also updates the generated stories to use mdx.
## 🐛 Bug Report Using the `yarn run create-component` uses the old createComponent and is missing mdx file for stories.
## 🐛 Bug Report The motion behavior for design system calls for specific easing and timing for different kinds of animations. It seems like it isn't being used for color...
## 🔍 Improvement / Exploration "skipLibCheck": true was added to tsconfig.stories.json. This is not ideal and it should be removed, but there seems to be a conflict with the formik...
## 🐛 Bug Report Canvas Kit throws a peer dependency conflict in React 18 ``` pm WARN Conflicting peer dependency: [email protected] npm WARN node_modules/react npm WARN peer react@"^16.6.3 || ^17.0.0"...
Some part of the CK styling system isn't going to be compatible with the [incoming anchor positioning api](https://developer.chrome.com/docs/css-ui/anchor-positioning-api). Namely the helpers seem to automatically detect strings that start with `--`...