@carbonorm/carbonreact 4.0.17 → 4.0.18

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/index.cjs.js CHANGED
@@ -4473,7 +4473,7 @@ class CarbonReact extends react.Component {
4473
4473
  }
4474
4474
  this.context = react.createContext(this.state);
4475
4475
  const Context = this.context.Provider;
4476
- return this.reactRouterContext(jsxRuntime_2(reactRouterDom.Routes, { children: [jsxRuntime_1(GlobalHistory, {}), this.props.websocket &&
4476
+ return this.reactRouterContext(jsxRuntime_2(jsxRuntime_3, { children: [jsxRuntime_1(GlobalHistory, {}), this.props.websocket &&
4477
4477
  jsxRuntime_1(CarbonWebSocket, { ...(false !== this.props.websocket ? this.props.websocket : {}), instance: this }), jsxRuntime_1(Context, { value: this.state, children: this.props.children }), jsxRuntime_1(reactToastify.ToastContainer, {})] }));
4478
4478
  }
4479
4479
  }