@snapcall/stream-ui 1.42.0 → 1.42.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.
@@ -14277,6 +14277,13 @@ const $26ed036cbc17809a$var$StreamUI = ({ options: baseOptions })=>{
14277
14277
  }, [
14278
14278
  dashboardSession.data
14279
14279
  ]);
14280
+ (0, $3Sbms$useEffect)(()=>{
14281
+ return ()=>{
14282
+ queryClient.clear();
14283
+ };
14284
+ }, [
14285
+ queryClient
14286
+ ]);
14280
14287
  return /*#__PURE__*/ (0, $3Sbms$jsxs)("div", {
14281
14288
  className: (0, $3Sbms$classnames)('antialiased inter h-full', streamState === 'preCall' ? 'light-theme' : 'dark-theme'),
14282
14289
  children: [
package/dist/stream-ui.js CHANGED
@@ -14283,6 +14283,13 @@ const $ee8cb448c2c74888$var$StreamUI = ({ options: baseOptions })=>{
14283
14283
  }, [
14284
14284
  dashboardSession.data
14285
14285
  ]);
14286
+ (0, $jQDcL$react.useEffect)(()=>{
14287
+ return ()=>{
14288
+ queryClient.clear();
14289
+ };
14290
+ }, [
14291
+ queryClient
14292
+ ]);
14286
14293
  return /*#__PURE__*/ (0, $jQDcL$reactjsxruntime.jsxs)("div", {
14287
14294
  className: (0, ($parcel$interopDefault($jQDcL$classnames)))('antialiased inter h-full', streamState === 'preCall' ? 'light-theme' : 'dark-theme'),
14288
14295
  children: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snapcall/stream-ui",
3
- "version": "1.42.0",
3
+ "version": "1.42.1",
4
4
  "description": "",
5
5
  "source": "src/index.tsx",
6
6
  "main": "dist/stream-ui.js",