We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
app.js
1 parent bab4ea5 commit 33961faCopy full SHA for 33961fa
1 file changed
README.md
@@ -69,7 +69,7 @@ addressing a single deprecation at a time, and prevents backsliding
69
// use:
70
// import './deprecation-workflow.js';
71
if (macroCondition(isDevelopingApp())) {
72
- importSync('./deprecation-workflow.js'),
+ importSync('./deprecation-workflow.js');
73
}
74
```
75
0 commit comments