You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
which is suspended at start, causes problems in the UI:
RangeError: Invalid time value
at sr (index.js:349:11)
at Sr (ReadyWidget.jsx:20:21)
at ko (react-dom.production.min.js:167:137)
at ks (react-dom.production.min.js:290:337)
at xu (react-dom.production.min.js:280:389)
at gu (react-dom.production.min.js:280:320)
at yu (react-dom.production.min.js:280:180)
at ou (react-dom.production.min.js:271:88)
at iu (react-dom.production.min.js:268:429)
at S (scheduler.production.min.js:13:203)
and it goes directly to a white page error and I can't use the UI anymore. I think it has to do with the fact the Kustomization has no ready state yet. In the ReadyWidget when no Ready status has been reached yet:
Version: 0.4.2
Flux 2.3
K8: v1.29.5
After adding a new Kustomization like
which is suspended at start, causes problems in the UI:
and it goes directly to a white page error and I can't use the UI anymore. I think it has to do with the fact the Kustomization has no ready state yet. In the ReadyWidget when no Ready status has been reached yet:
parsed
evaluates toNaN
, because readyTransitionTime is undefined. The format function does report it then as invalid date of course.The text was updated successfully, but these errors were encountered: