compiled
compiled copied to clipboard
Css prop: Fix type errors in examples
Describe the bug This is a follow up task from https://github.com/atlassian-labs/compiled/pull/928
When working locally, the stories error as follows
We should include a pragma
Additional context
pragma should also check for the style
prop in packages/react/src/jsx/jsx-local-namespace.ts
.
It currently only checks for className but we need style for the inline styles to work