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 91c0f81 commit 978f1a5Copy full SHA for 978f1a5
components/form/prompt-input/PromptInputTextarea.es6.js
@@ -31,7 +31,7 @@ PromptInputTextarea.propTypes = {
31
rows: PropTypes.number,
32
textareaRef: PropTypes.oneOfType([
33
PropTypes.func,
34
- PropTypes.shape({ current: PropTypes.instanceOf(Element) })
+ PropTypes.shape({ current: PropTypes.object })
35
]),
36
value: PropTypes.string,
37
onChange: PropTypes.func,
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@b12/metronome",
3
- "version": "1.1.26",
+ "version": "1.1.27",
4
"description": "",
5
"main": "index.es6.js",
6
"scripts": {
0 commit comments