Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
kostaskougios committed Jan 22, 2024
1 parent b2d7979 commit cbd1701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ terminal21 ui components are immutable from v0.20. Use `component.withX(...).ren
and render it. Note that the original `component` is not changed.

Also when getting a value of i.e. an Input, use `myInput.current.value`. `current` makes sure we read the component with
all changes that may have occurred at the browser.
all changes that may have occurred at the browser and all the changes we did on our script.

# Need help?

Expand Down

0 comments on commit cbd1701

Please sign in to comment.