Open spiritedsnowcat opened 5 years ago
Hi there,
I'm trying to use your multi-map implementation, and it keeps throwing "TypeError: # is not iterable" for every value parameter I use besides an array. I tried using your demo of multi-map, and it threw the same error for multi-map.js:12. Thoughts?
Thanks.
Try branch v2. This is likely due to #169.
v2
Hi there,
I'm trying to use your multi-map implementation, and it keeps throwing "TypeError: #
Thanks.