I receive the following warning using react 15. ``` Warning: Failed prop type: Invalid prop `children` of type `object` supplied to `HttpsRedirect`, expected `array`. in HttpsRedirect ``` I believe the correct PropType would be `node` not array.