Skip to content

Commit

Permalink
Fix the incorrect initial textarea height on Firefox
Browse files Browse the repository at this point in the history
The issue seems to be fixed by:
Andarist/react-textarea-autosize#353

See this issue:
Andarist/react-textarea-autosize#366
  • Loading branch information
dguo committed Jun 13, 2023
1 parent 34514cb commit 21c5dc4
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"react-github-corner": "2.5.0",
"react-markdown": "5.0.3",
"react-syntax-highlighter": "15.5.0",
"react-textarea-autosize": "8.3.4"
"react-textarea-autosize": "8.4.1"
},
"devDependencies": {
"@types/node": "18.11.9",
Expand Down
30 changes: 23 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,16 @@ __metadata:
version: 6
cacheKey: 8

"@babel/runtime@npm:^7.10.2, @babel/runtime@npm:^7.3.1":
"@babel/runtime@npm:^7.20.13":
version: 7.22.5
resolution: "@babel/runtime@npm:7.22.5"
dependencies:
regenerator-runtime: ^0.13.11
checksum: 12a50b7de2531beef38840d17af50c55a094253697600cee255311222390c68eed704829308d4fd305e1b3dfbce113272e428e9d9d45b1730e0fede997eaceb1
languageName: node
linkType: hard

"@babel/runtime@npm:^7.3.1":
version: 7.20.1
resolution: "@babel/runtime@npm:7.20.1"
dependencies:
Expand Down Expand Up @@ -1389,7 +1398,7 @@ __metadata:
react-github-corner: 2.5.0
react-markdown: 5.0.3
react-syntax-highlighter: 15.5.0
react-textarea-autosize: 8.3.4
react-textarea-autosize: 8.4.1
tailwindcss: 3.2.2
typescript: 4.8.4
languageName: unknown
Expand Down Expand Up @@ -2077,16 +2086,16 @@ __metadata:
languageName: node
linkType: hard

"react-textarea-autosize@npm:8.3.4":
version: 8.3.4
resolution: "react-textarea-autosize@npm:8.3.4"
"react-textarea-autosize@npm:8.4.1":
version: 8.4.1
resolution: "react-textarea-autosize@npm:8.4.1"
dependencies:
"@babel/runtime": ^7.10.2
"@babel/runtime": ^7.20.13
use-composed-ref: ^1.3.0
use-latest: ^1.2.1
peerDependencies:
react: ^16.8.0 || ^17.0.0 || ^18.0.0
checksum: 87360d4392276d4e87511a73be9b0634b8bcce8f4f648cf659334d993f25ad3d4062f468f1e1944fc614123acae4299580aad00b760c6a96cec190e076f847f5
checksum: b200437cd68938c23b13944fe6fdfeb32a6d949ac88588307f14d6fcdaba3044b8c7d8e239851b081f2101d433b93d4cf5aa027543b170b84f2a0cbe6fc9093f
languageName: node
linkType: hard

Expand Down Expand Up @@ -2146,6 +2155,13 @@ __metadata:
languageName: node
linkType: hard

"regenerator-runtime@npm:^0.13.11":
version: 0.13.11
resolution: "regenerator-runtime@npm:0.13.11"
checksum: 27481628d22a1c4e3ff551096a683b424242a216fee44685467307f14d58020af1e19660bf2e26064de946bad7eff28950eae9f8209d55723e2d9351e632bbb4
languageName: node
linkType: hard

"remark-parse@npm:^9.0.0":
version: 9.0.0
resolution: "remark-parse@npm:9.0.0"
Expand Down

0 comments on commit 21c5dc4

Please sign in to comment.