refactor(transformer/styled-components): use Atom everywhere#12217
Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
CodSpeed Instrumentation Performance ReportMerging #12217 will not alter performanceComparing Summary
|
|
|
Dunqing
left a comment
There was a problem hiding this comment.
Anyway, I am going to merge this.
Merge activity
|
Pure refactor. Instead of using a mix of `Atom<'a>` and `&'a str` in different places, use `Atom<'a>` everywhere for consistency.
8d00718 to
0c08c37
Compare
8f29673 to
836bf9d
Compare
|
|

Pure refactor. Instead of using a mix of
Atom<'a>and&'a strin different places, useAtom<'a>everywhere for consistency.