neighbour-hoods / timetracking-applet

1 stars 0 forks source link

Remove `window.__APOLLO_CLIENT__` assignment and use client from provided context #3

Open pospi opened 1 year ago

pospi commented 1 year ago

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.