react-proxy-loader icon indicating copy to clipboard operation
react-proxy-loader copied to clipboard

Wraps a react component in a proxy component to enable Code Splitting.

Results 4 react-proxy-loader issues
Sort by recently updated
recently updated
newest added

How to deal with it? > warning.js?8a56:33 Warning: ReactProxy: isMounted is deprecated. Instead, make sure to clean up subscriptions and pending requests in componentWillUnmount to prevent memory leaks.

Just a heads up ReactProxy: React.createClass is deprecated and will be removed in version 16. Use plain JavaScript classes instead. If you're not yet ready to migrate, create-react-class is available...

Addition of `webpack-defaults` & associated refactoring as a part of the next `Major` release Issue exists for status tracking across the organization. >Please do not close

type: Refactor