We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9acf140 commit 4f1599bCopy full SHA for 4f1599b
ReactFireMixin.js
@@ -63,7 +63,7 @@ var ReactFireMixin = {
63
var out = [];
64
if (obj) {
65
if (this._isArray(obj)) {
66
- out = list;
+ out = obj;
67
}
68
else if (typeof(obj) === "object") {
69
for (var key in obj) {
0 commit comments