stream-chat-react 10.3.0 → 10.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser.full-bundle.js +1 -1
- package/dist/browser.full-bundle.js.map +1 -1
- package/dist/browser.full-bundle.min.js +1 -1
- package/dist/browser.full-bundle.min.js.map +1 -1
- package/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +2 -2
package/dist/index.cjs.js
CHANGED
|
@@ -12817,7 +12817,7 @@ var UnMemoizedChannelList = function (props) {
|
|
|
12817
12817
|
*/
|
|
12818
12818
|
var ChannelList = React__default["default"].memo(UnMemoizedChannelList);
|
|
12819
12819
|
|
|
12820
|
-
var version = '10.3.
|
|
12820
|
+
var version = '10.3.1';
|
|
12821
12821
|
|
|
12822
12822
|
var useChat = function (_a) {
|
|
12823
12823
|
var _b, _c;
|