deep subcategory solution
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export const hoc = (option, componentList) => componentList[option] || null;
|
||||
export const hoc = (option, componentList) => componentList[option];
|
||||
export const areObjectEqual = function checkEquality(objectA, objectB) {
|
||||
return (
|
||||
Object.keys(objectA).length === Object.keys(objectB).length &&
|
||||
|
||||
Reference in New Issue
Block a user