We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bab4ea5 + 33961fa commit 71aeb90Copy full SHA for 71aeb90
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