Skip to content

Commit

Permalink
Add prop-types in package.json (#28481)
Browse files Browse the repository at this point in the history
## Bug

- Related issues #28480 

This is just minor dependency fix that I noticed while going through the examples.
  • Loading branch information
zhafri-shafiq committed Aug 25, 2021
1 parent c65248d commit 74c349d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/active-class-name/package.json
Expand Up @@ -8,6 +8,7 @@
"dependencies": {
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"react-dom": "^17.0.2",
"prop-types": "^15.7.2"
}
}

0 comments on commit 74c349d

Please sign in to comment.