Remove window.Minds global object and replace with api endpoint
The window.Minds variable causes major issues with server side rendering (SSR) and also causes various other difficulties. The plan is an endpoint (api/v2/config
), like the mobile apps do.
-
Remove and relocate all references to window variables -
Support for sessions
Edited by Mark Harding