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
Why .getNavigatedData() return empty object {} as default if no data set?
Data can be any type and its intuitive "zero" value is null or undefined type;
Its pretty unconfortable, when data expected be as array in custom data set;
Why
.getNavigatedData()return empty object{}as default if no data set?Data can be
anytype and its intuitive "zero" value isnullorundefinedtype;Its pretty unconfortable, when data expected be as array in custom data set;