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 a342910 commit f92ca80Copy full SHA for f92ca80
README.md
@@ -292,7 +292,7 @@ Uncaught (in promise) TypeError: class constructors must be invoked with 'new'
292
```
293
294
The error is caused when an ES5 class tries to "extend" an ES6 class. If the target is not correctly set,
295
-TypeScript would transpiling the controller to old ES5 code. But Stimulus 3 uses pure ES6 classes.
+TypeScript will transpile the controller to old ES5 code. But Stimulus 3 uses pure ES6 classes.
296
This causes an incompatibility, hence the need to target ES6 explicitly.
297
298
## Run tests
0 commit comments