mike douges

Results 214 issues of mike douges

found a edge case that isnt statically extracted ```js import { ClassNames } from '@compiled/react'; const ListItem = () => ( {({ css }) => { const color = 'blue';...

bug 🐛
static eval ⚡

**Doesnt work** ```js import { base as hotpink } from './mixins'; const base = { ...hotpink, padding: '0.5rem 0', backgroundColor: 'rgba(0, 0, 0, 0.05)', } ``` **Results in** ```bash SyntaxError:...

bug 🐛
static eval ⚡

Currently if you want to access `ax` you need to import it directly: ```js import { ax } from '@compiled/react/runtime'; ``` We don't want to encourage developers accessing the runtime...

new feature 🆕

**Describe the bug** Styles are duplicated when server-side rendered. As a result of #381 we made the decision to merge without solving the duplicated styles when SSRd. **To Reproduce** See:...

bug 🐛

We've implemented conditional logical expressions in #379. We now need to add support to `ClassNames` api. ```js {({ css }) => } ``` In this change it might also make...

new feature 🆕

See: https://github.com/atlassian-labs/compiled/pull/324#issuecomment-714845238 There are edge cases where pseudo ordering will not be applied, one such is: ``` :disabled { color: red; } :hover, :active { color: blue; } ``` Color...

bug 🐛

Edit: Update 6/Oct/2020 Because we've pivoted to atomic CSS things now are made more complicated. We still however need to maintain this story. --- > **A note on design decisions**...

help wanted 🙋
rfc 💬

If you have ideas of how we can get this translated to as much languages as possible - please chime in!

help wanted

Just clear the error when changing the `brokerId`.

bug

In both browsers receiving state is working fine. Firefox gets an error `{"type":"peer-unavailable"}` Safari doesn't even error out, just never connects --- Safari Version 12.0.1 (14606.2.104.1.1) Firefox 65.0

bug