remx
Version:
Opinionated mobx
10 lines (7 loc) • 350 B
JavaScript
import React from 'react';
export default null;
export const isReactUpdating = () =>
// Please don't fire me
React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED &&
React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner &&
React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner.current !== null;