Nathan Lee

Results 4 comments of Nathan Lee

Thoughts on setting optimization to `false` for tests and storybook? Since optimization is not our code, there's no need to test it on our side IMO. It would make this...

> Hey @at-nathan I think consumers can decide whether to opt out for their dev loop. In our case I would keep it as it is for consistency with the...

> worth checking if [this](https://github.com/atlassian-labs/compiled/issues/848) still happens and whether we want to address it in this PR or later on Looks like we would have to add extra logic to...

The merged fix breaks conditional expressions containing binary expressions i.e. ``` width: ({ isOpen }) => isOpen ? `${spacing * 4}px` : 0, ```