UNPKG

react-keep-alive

Version:

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

5 lines (4 loc) 151 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var noop = function () { return undefined; }; exports.default = noop;