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 e9e8b42 commit 747243fCopy full SHA for 747243f
packages/react/package.json
@@ -24,7 +24,7 @@
24
"react"
25
],
26
"dependencies": {
27
- "@microlink/mql": "~0.10.0",
+ "@microlink/mql": "~0.10.19",
28
"is-localhost-url": "~1.0.3",
29
"nanoclamp": "~1.4.1"
30
},
packages/react/src/index.js
@@ -38,6 +38,7 @@ const Card = props => {
38
media: mediaProp,
39
setData,
40
url,
41
+ apiKey, // destructuring to avoid pass it
42
...restProps
43
} = props
44
0 commit comments