mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
280acbcb71
Using `new Map(iterable)` isn't supported in IE11, so it ends up trying to iterate through an empty map and these attributes don't get defined in properties. Since this is only run once on startup inlining the attributeName array is probably fine.