fix(mobile): turn native textview into uncontrolled component (#1176)
Switching from non-plain type to plain type renders initial state.text, which wasn't being properly updated on all changes.
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
"@types/hoist-non-react-statics/@types/react": "17.0.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@standardnotes/snjs": "^2.118.1"
|
||||
"@standardnotes/snjs": "^2.118.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^17.0.2",
|
||||
|
||||
Reference in New Issue
Block a user