You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 7, 2019. It is now read-only.
Even after updating to @3.0.1, we are still seeing deprecation warnings related to PropTypes. It seems like it is happening in the src for Portal. The compiled code looks like this:
var Portal = _react2.default.createClass({
...
propTypes: {
/**
* A Node, Component instance, or function that returns either. The `container` will have the Portal children
* appended to it.
*/
container: _react2.default.PropTypes.oneOfType([_componentOrElement2.default, _react2.default.PropTypes.func])
},
...
The text was updated successfully, but these errors were encountered:
Even after updating to @3.0.1, we are still seeing deprecation warnings related to PropTypes. It seems like it is happening in the src for Portal. The compiled code looks like this:
The text was updated successfully, but these errors were encountered: