@rango-dev/widget-embedded 0.1.16-next.8 → 0.1.16-next.9

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.
@@ -3287,10 +3287,7 @@ function QueueManager(props) {
3287
3287
  state,
3288
3288
  notifier
3289
3289
  };
3290
- return React.createElement(Provider
3291
- //@ts-ignore
3292
- , {
3293
- //@ts-ignore
3290
+ return React.createElement(Provider, {
3294
3291
  queuesDefs: [swapQueueDef],
3295
3292
  context: context,
3296
3293
  onPersistedDataLoaded: manager => {