UNPKG

react-esm

Version:

React is a JavaScript library for building user interfaces.

20 lines (19 loc) 392 B
/** * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * * */ /** * Keeps track of the current dispatcher. */ const ReactCurrentDispatcher = { /** * @internal * @type {ReactComponent} */ current: null }; export default ReactCurrentDispatcher;