jonschlinkert / randomatic

Easily generate random strings like passwords, with simple options for specifying a length and for using patterns of numeric, alpha-numeric, alphabetical, special or custom characters. (the original "generate-password")
https://github.com/jonschlinkert
MIT License
183 stars 25 forks source link

TypeError: Map constructor does not accept arguments #5

Closed X-Tender closed 8 years ago

X-Tender commented 8 years ago

I get this error when I try to run it in IOS 8 - Safari I didnt use it directly, I use react with some modules and honestly I dont know here it comes from. I only identifyed it in your module from the error Message.

jonschlinkert commented 8 years ago

Map is not used here. Sounds like the error caused by/in another module.

X-Tender commented 8 years ago

Ok. Sorry for bothering you :)