We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The safe way was call reshow(YourComponent) again;
import React from 'react'; import {reshow, ReshowComponent} from reshow; class YourComponent extends ReshowComponent { /* your code */ } export default reshow(YourComponent);