Skip to content

Commit 7d0b98c

Browse files
authored
Remove PropTypes from performance.md (facebook#4192)
1 parent b222e8e commit 7d0b98c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Similarly, you can happily scroll up and down through a `ScrollView` when the Ja
3333

3434
### Running in development mode (`dev=true`)
3535

36-
JavaScript thread performance suffers greatly when running in dev mode. This is unavoidable: a lot more work needs to be done at runtime to provide you with good warnings and error messages, such as validating propTypes and various other assertions. Always make sure to test performance in [release builds](running-on-device.md#building-your-app-for-production).
36+
JavaScript thread performance suffers greatly when running in dev mode. This is unavoidable: a lot more work needs to be done at runtime to provide you with good warnings and error messages. Always make sure to test performance in [release builds](running-on-device.md#building-your-app-for-production).
3737

3838
### Using `console.log` statements
3939

website/versioned_docs/version-0.75/performance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Similarly, you can happily scroll up and down through a `ScrollView` when the Ja
3333

3434
### Running in development mode (`dev=true`)
3535

36-
JavaScript thread performance suffers greatly when running in dev mode. This is unavoidable: a lot more work needs to be done at runtime to provide you with good warnings and error messages, such as validating propTypes and various other assertions. Always make sure to test performance in [release builds](running-on-device.md#building-your-app-for-production).
36+
JavaScript thread performance suffers greatly when running in dev mode. This is unavoidable: a lot more work needs to be done at runtime to provide you with good warnings and error messages. Always make sure to test performance in [release builds](running-on-device.md#building-your-app-for-production).
3737

3838
### Using `console.log` statements
3939

0 commit comments

Comments
 (0)