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 3385ac3 commit 57b4dbdCopy full SHA for 57b4dbd
.changeset/nine-nails-visit/changes.json
.changeset/nine-nails-visit/changes.md
packages/extract-react-types/CHANGELOG.md
@@ -1,5 +1,12 @@
1
# extract-react-types
2
3
+## 0.22.1
4
+
5
+### Patch Changes
6
7
+- [patch][3385ac3](https://github.com/atlassian/extract-react-types/commit/3385ac3):
8
+ Enusre 'value' exists before attempting to filter its members
9
10
## 0.22.0
11
12
### Minor Changes
packages/extract-react-types/package.json
@@ -1,6 +1,6 @@
{
"name": "extract-react-types",
- "version": "0.22.0",
+ "version": "0.22.1",
"main": "dist/extract-react-types.cjs.js",
"repository": "atlassian/extract-react-types",
"description": "Parse prop-types from react components using typescript or flow",
0 commit comments