Skip to content

Commit

Permalink
[docs] Add permalink to PropTypes warning page
Browse files Browse the repository at this point in the history
Followup to facebook#7219, which was created before the Jekyll 3 upgrade, which needs the permalink field.
  • Loading branch information
zpao committed Jul 29, 2016
1 parent 8329856 commit 0b1d64a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/warnings/dont-call-proptypes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Don't Call PropTypes Warning
layout: single
permalink: warnings/dont-call-proptypes.html
---

In a future major release of React, the code that implements PropType validation functions will be stripped in production. Once this happens, any code that calls these functions manually (that isn't stripped in production) will throw an error.
Expand Down

0 comments on commit 0b1d64a

Please sign in to comment.