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.
2 parents fbaebaa + 0b7df45 commit 89f405aCopy full SHA for 89f405a
doc/USAGE.md
@@ -448,7 +448,7 @@ React.render(component(), dom.document.body)
448
449
From this point on, the usage is the same as with normal scalajs-react components.
450
451
-**NOTE**: When creating a JS component's state facade, do use `var`s, or at least do not modify them directly if you do.
+**NOTE**: When creating a JS component's state facade, do not use `var`s, or at least do not modify them directly if you do.
452
453
For example, don't do this:
454
```scala
0 commit comments