Skip to content

Commit 2f57807

Browse files
authored
[docs] Add permalink to PropTypes warning page (reactjs#7377)
Followup to reactjs#7219, which was created before the Jekyll 3 upgrade, which needs the permalink field.
1 parent b7c168f commit 2f57807

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

warnings/dont-call-proptypes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Don't Call PropTypes Warning
33
layout: single
4+
permalink: warnings/dont-call-proptypes.html
45
---
56

67
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.

0 commit comments

Comments
 (0)