Some dirty workarounds are present here for https://github.com/apollo-elements/apollo-elements/issues/274.
Once resolved we should update lit, remove direct assignment of window.__APOLLO_CLIENT__, and dynamically pass the client from element context into any ApolloController class constructors.
Some dirty workarounds are present here for https://github.com/apollo-elements/apollo-elements/issues/274. Once resolved we should update
lit
, remove direct assignment ofwindow.__APOLLO_CLIENT__
, and dynamically pass the client from element context into anyApolloController
class constructors.