facebookarchive / react-native-custom-components

Breaking apart the Libraries/CustomComponents part of the React Native repo
Other
70 stars 157 forks source link

Remove debugger statement to allow invariant to be called properly #15

Open negativetwelve opened 7 years ago

negativetwelve commented 7 years ago

The debugger statement here was overshadowing the invariant on the next line. If this was intentional then we can ignore this PR.