Annie
Annie
I was able to get it to update by passing `key={currentFile.id}` to ``, but I think this is still an issue.
Awesome @cmwint! Switched jobs and forgot about this issue 😁
Follow-up--what I'm _actually_ trying to test is that the correct button type is rendered given `props.variant`: ```jsx const Button = ({ variant }) => { const ButtonWrapper = variant ===...
New update :) Found that [this solution from this issue](https://github.com/styled-components/jest-styled-components/issues/290#issuecomment-574560985) fixed `toHaveStyleRule` (set `["babel-plugin-styled-components", { ssr: false, displayName: false }]` in babelrc) and it's able to find a style rule...
Hi Sanity folks! Is there any update on this?
I'm having the same issue in Chrome on a Mac and I'm glad it's already been detected and worked on! There's no problem in Safari or Firefox. I have infinite...
Update 😁 I finally realized that I missed the part of the Desk Structure documentation that says you need to import the structure _from document-internationalization_. I already had my desk...
Hi! I see that this PR is approved but also quite old. Are there plans to merge it in? I would love to have these updates!