We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 105aa4a commit 4bc53f8Copy full SHA for 4bc53f8
packages/dev/style-macro-chrome-plugin/README.md
@@ -149,6 +149,8 @@ Static macros are generated when style macro conditions don't change at runtime.
149
#### Flow 1b: Dynamic Macro Updates (Page → DevTools)
150
151
Dynamic macros are generated when style macro conditions can change at runtime. Updates are sent via message passing.
152
+This could be simplified and we could rely on the MutationObserver to trigger the refresh, but this way ensures
153
+that the storage is update before we try to access the data.
154
155
```
156
┌─────────────────┐
0 commit comments