React 16 depends on the collection types [Map](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map) and [Set](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set). If you support older browsers and devices which may not yet provide these natively (e.g. IE <11)orwhichhavenon-compliantimplementations(e.g.IE11),considerincludingaglobalpolyfillinyourbundledapplication,suchas [core-js](https://github.com/zloirock/core-js).