Closed jaydenseric closed 6 years ago
The preload function currently does not support the legacy React context API, which is used by libraries such as styled-components (see here and https://github.com/styled-components/styled-components/issues/1459).
preload
styled-components
React will support both the old and new context APIs for some time, so we should too.
The
preload
function currently does not support the legacy React context API, which is used by libraries such asstyled-components
(see here and https://github.com/styled-components/styled-components/issues/1459).React will support both the old and new context APIs for some time, so we should too.