pollination-react-io 1.73.5 → 1.73.6
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/build/index.esm.js +2 -0
- package/build/index.esm.js.map +1 -1
- package/build/index.js +2 -0
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
@@ -48843,6 +48843,7 @@ var StudyCard = function (_a) {
|
|
48843
48843
|
*/
|
48844
48844
|
var _12 = useSWR(authUser && _study ? [projectOwner, projectName, _study.id] : undefined, fetchJob, {
|
48845
48845
|
revalidateOnFocus: true,
|
48846
|
+
refreshWhenHidden: true,
|
48846
48847
|
refreshInterval: stopRefresh ? undefined : interval,
|
48847
48848
|
fallbackData: _study,
|
48848
48849
|
errorRetryCount: 3,
|
@@ -49153,6 +49154,7 @@ var RunCard = function (_a) {
|
|
49153
49154
|
*/
|
49154
49155
|
var _9 = useSWR(authUser && _run ? (!localRun ? [projectOwner, projectName, _run.id] : [_run.id, _run['subfolder']]) : undefined, localRun ? fetchLocalRun : fetchRun, {
|
49155
49156
|
revalidateOnFocus: true,
|
49157
|
+
refreshWhenHidden: true,
|
49156
49158
|
refreshInterval: stopRefresh ? undefined : interval,
|
49157
49159
|
fallbackData: localRun ? undefined : _run,
|
49158
49160
|
errorRetryCount: 3,
|