react-object-view
react-object-view copied to clipboard
Support for non-plain objects without iterator?
export const isIterable = value => isFunction(value?.[Symbol.iterator]) || (value && Object.keys(value).length > 0)
Could you give more details? Btw, any PRs are welcome
Any custom class shows as {...} and cannot be expanded :|