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
I saw you've mentioned that populate will undergo a rewrite, but I just want to note that populatedDataToJS helper does not return null if the data endpoint is empty. It always returns undefined.
The text was updated successfully, but these errors were encountered:
* Population of list with items containing a child param that is Firebase list (`key: true`) using `populatedDataToJS` (#42)
* `populatedDataToJS` supports childParam option (#48)
* `populatedDataToJS` returns null for empty lists instead of `undefined` (#50)
* Unit tests added to cover all cases within `populatedDataToJS`
I saw you've mentioned that populate will undergo a rewrite, but I just want to note that
populatedDataToJS
helper does not returnnull
if the data endpoint is empty. It always returnsundefined
.The text was updated successfully, but these errors were encountered: