UNPKG

react-keep-alive

Version:

Package will allow components to maintain their status, to avoid repeated re-rendering.

7 lines (6 loc) 223 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function getDisplayName(Component) { return Component.displayName || Component.name || 'Component'; } exports.default = getDisplayName;