UNPKG

react-redux-isomorphic

Version:

Set of utilities for creating isomorphic applications using react-redux

15 lines (12 loc) 314 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports["default"] = void 0; var _react = require("react"); var IsomorphicContext = /*#__PURE__*/(0, _react.createContext)({ loadParams: {}, isFakeHooks: false }); var _default = IsomorphicContext; exports["default"] = _default;