-
### Description
Using numbers in markup mode is producing a great deal of unexpected behavior.
For instance, I have this text
```
Houlihan, S. D., Kleiman-Weiner, M., Hewitt, L. B., Tenenbaum,…
daeh updated
2 months ago
-
## There have been updates to the *emotion* monorepo:
+ - The `devDependency` [@emotion/babel-preset-css-prop](https://www.npmjs.com/package/@emotion/babel-preset-css-prop) was updated from `10.0.2…
-
### What version of Next.js are you using?
11.0.1
### What version of Node.js are you using?
12.16.1
### What browser are you using?
Chrome
### What operating system are you using?
…
-
### Duplicates
- [X] I have searched the existing issues
### Latest version
- [X] I have tested the latest version
### Current behavior 😯
When switching to `ReactDOM.createRoot`, opening a Dialog…
-
**The problem**
I'm building a documentation site for our in-house UI library and one feature of the site is the ability to display live, editable examples with [react-live](https://github.com/Form…
-
**Current behavior:**
**To reproduce:**
npm run build/yarn build fails
![image](https://user-images.githubusercontent.com/4927454/133095890-38431fd4-526b-429c-a0e8-d00e25ecb679.png)…
-
**The problem**
For a few of my local projects, I've added in a utility function that makes emotion conditional composition a little cleaner. It's nice at the application level but it really shines…
-
**Current behavior:**
Emotion is stripping some whitespace from style rules, which makes it difficult to assert that a JS variable exists in emitted styles.
For example, if I have defined color …
mxmul updated
3 years ago
-
-
As more and more people are aware of the costs of runtime css-in-js libraries many people have started migrating away from styled-components, emotion etc. to Zero-Runtime CSS in JS libraries instead. …