angular-redux / form

Keep your Angular2+ form state in Redux
MIT License
41 stars 15 forks source link

fix: rm WeakMap, we can't use it for key with type string #15

Closed denkorolenko closed 7 years ago

denkorolenko commented 7 years ago

Hey, I would like to fix issue #14 We can't use WeakMap for keys with type string. See this: https://github.com/tunnelvisionlabs/antlr4ts/issues/285#issuecomment-284272412

SethDavenport commented 7 years ago

Thanks.