Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
12 lines
459 B
Plaintext
12 lines
459 B
Plaintext
import hoistNonReactStatics$1 from 'hoist-non-react-statics';
|
|
|
|
// this file isolates this package that is not tree-shakeable
|
|
// and if this module doesn't actually contain any logic of its own
|
|
// then Rollup just use 'hoist-non-react-statics' directly in other chunks
|
|
|
|
var hoistNonReactStatics = (function (targetComponent, sourceComponent) {
|
|
return hoistNonReactStatics$1(targetComponent, sourceComponent);
|
|
});
|
|
|
|
export { hoistNonReactStatics as default };
|