create empty client, add function of collecting user unread messages on channels
This commit is contained in:
+7
-7
@@ -1,4 +1,4 @@
|
||||
import { n as __commonJSMin, t as require_react } from "./react-BumCcwjb.js";
|
||||
import { n as __commonJSMin, t as require_react } from "./react-DPJ86puS.js";
|
||||
import { t as require_react_dom } from "./react-dom.js";
|
||||
//#region node_modules/.pnpm/scheduler@0.27.0/node_modules/scheduler/cjs/scheduler.development.js
|
||||
/**
|
||||
@@ -248,7 +248,7 @@ var require_scheduler = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
||||
module.exports = require_scheduler_development();
|
||||
}));
|
||||
//#endregion
|
||||
//#region node_modules/.pnpm/react-dom@19.2.5_react@19.2.5/node_modules/react-dom/cjs/react-dom-client.development.js
|
||||
//#region node_modules/.pnpm/react-dom@19.2.6_react@19.2.6/node_modules/react-dom/cjs/react-dom-client.development.js
|
||||
/**
|
||||
* @license React
|
||||
* react-dom-client.development.js
|
||||
@@ -14294,7 +14294,7 @@ var require_react_dom_client_development = /* @__PURE__ */ __commonJSMin(((expor
|
||||
};
|
||||
(function() {
|
||||
var isomorphicReactPackageVersion = React.version;
|
||||
if ("19.2.5" !== isomorphicReactPackageVersion) throw Error("Incompatible React versions: The \"react\" and \"react-dom\" packages must have the exact same version. Instead got:\n - react: " + (isomorphicReactPackageVersion + "\n - react-dom: 19.2.5\nLearn more: https://react.dev/warnings/version-mismatch"));
|
||||
if ("19.2.6" !== isomorphicReactPackageVersion) throw Error("Incompatible React versions: The \"react\" and \"react-dom\" packages must have the exact same version. Instead got:\n - react: " + (isomorphicReactPackageVersion + "\n - react-dom: 19.2.6\nLearn more: https://react.dev/warnings/version-mismatch"));
|
||||
})();
|
||||
"function" === typeof Map && null != Map.prototype && "function" === typeof Map.prototype.forEach && "function" === typeof Set && null != Set.prototype && "function" === typeof Set.prototype.clear && "function" === typeof Set.prototype.forEach || console.error("React depends on Map and Set built-in types. Make sure that you load a polyfill in older browsers. https://react.dev/link/react-polyfills");
|
||||
ReactDOMSharedInternals.findDOMNode = function(componentOrElement) {
|
||||
@@ -14312,10 +14312,10 @@ var require_react_dom_client_development = /* @__PURE__ */ __commonJSMin(((expor
|
||||
if (!(function() {
|
||||
var internals = {
|
||||
bundleType: 1,
|
||||
version: "19.2.5",
|
||||
version: "19.2.6",
|
||||
rendererPackageName: "react-dom",
|
||||
currentDispatcherRef: ReactSharedInternals,
|
||||
reconcilerVersion: "19.2.5"
|
||||
reconcilerVersion: "19.2.6"
|
||||
};
|
||||
internals.overrideHookState = overrideHookState;
|
||||
internals.overrideHookStateDeletePath = overrideHookStateDeletePath;
|
||||
@@ -14369,12 +14369,12 @@ var require_react_dom_client_development = /* @__PURE__ */ __commonJSMin(((expor
|
||||
listenToAllSupportedEvents(container);
|
||||
return new ReactDOMHydrationRoot(initialChildren);
|
||||
};
|
||||
exports.version = "19.2.5";
|
||||
exports.version = "19.2.6";
|
||||
"undefined" !== typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ && "function" === typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(Error());
|
||||
})();
|
||||
}));
|
||||
//#endregion
|
||||
//#region node_modules/.pnpm/react-dom@19.2.5_react@19.2.5/node_modules/react-dom/client.js
|
||||
//#region node_modules/.pnpm/react-dom@19.2.6_react@19.2.6/node_modules/react-dom/client.js
|
||||
var require_client = /* @__PURE__ */ __commonJSMin(((exports, module) => {
|
||||
module.exports = require_react_dom_client_development();
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user