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
Currently if no loader options are set, getOptions(this) returns null by default, which requires a fallback to avoid breaking further options.x references within the loader.
constoptions=loaderUtils.getOptions(this)
Is that intended for some reason or would it be possible to return an empty {}by default instead ?
The text was updated successfully, but these errors were encountered:
Currently if no loader options are set,
getOptions(this)
returnsnull
by default, which requires a fallback to avoid breaking furtheroptions.x
references within the loader.Is that intended for some reason or would it be possible to return an empty
{}
by default instead ?The text was updated successfully, but these errors were encountered: