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
{{ message }}
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.
PathObject.ts can return undefined but subscriptionsHandler.ts crash if it returns undefined
on ...Object.entries(values).map(val => ({, since entries can't be called on undefined.
if we say if (starredPath && cleanedPath && values) { the app seems to work but I'm not sure why no one else is having the issue
#ISSUE
PathObject.ts can return undefined but subscriptionsHandler.ts crash if it returns undefined
on
...Object.entries(values).map(val => ({
, since entries can't be called on undefined.if we say
if (starredPath && cleanedPath && values) {
the app seems to work but I'm not sure why no one else is having the issueLogging out those vars
#Versions
This started happening after updating all libs, out of 2 projects with (likely) the same versions only one is crashing
The text was updated successfully, but these errors were encountered: