Closed
Description
We are building a react mapbox gl module and we use clone and inject props today.
We were looking into using the 16.2.0 context api but I saw that it will have a new one on 16.3.0 but I can’t seem to find a way to read context details
On componentDidMount lifecycle (which makes sense for me to use on the map implementation).
Is there a way around this ?