@carbonorm/carbonreact 4.0.7 → 4.0.8

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbonorm/carbonreact",
3
3
  "license": "MIT",
4
- "version": "4.0.7",
4
+ "version": "4.0.8",
5
5
  "browser": "dist/index.umd.js",
6
6
  "module": "dist/index.esm.js",
7
7
  "main": "dist/index.cjs.js",
@@ -286,7 +286,7 @@ export function initiateWebsocket<P,S extends iCarbonReactState>(props: iCarbonW
286
286
 
287
287
  }
288
288
 
289
- export default function <P,S extends Partial<iCarbonReactState>>(props: iCarbonWebSocketProps<P,S>) {
289
+ export default function <P,S extends iCarbonReactState>(props: iCarbonWebSocketProps<P,S>) {
290
290
 
291
291
  useEffectOnce(() => {
292
292