@civicactions/cmsds-open-data-components 3.4.1 → 3.4.2

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/main.js CHANGED
@@ -302,7 +302,13 @@ var $026cb986f9fea2b1$export$2e2bcd8739ae039 = $026cb986f9fea2b1$var$PageNotFoun
302
302
 
303
303
 
304
304
 
305
- const $61ff88fb3f6ee2c8$var$queryClient = new (0, $hgUW1$QueryClient)();
305
+ const $61ff88fb3f6ee2c8$var$queryClient = new (0, $hgUW1$QueryClient)({
306
+ defaultOptions: {
307
+ queries: {
308
+ refetchOnWindowFocus: false
309
+ }
310
+ }
311
+ });
306
312
  const $61ff88fb3f6ee2c8$var$withQueryProvider = (WrappedComponent)=>(props)=>{
307
313
  return /*#__PURE__*/ (0, $hgUW1$jsx)((0, $hgUW1$QueryClientProvider), {
308
314
  client: $61ff88fb3f6ee2c8$var$queryClient,