Is it possible for a workspace view to have an own context? Currently my view runs the constructor on every view change resetting all the state that I had before
w
Warren Buckley
12/03/2024, 10:30 PM
I am doing this off my memory but yeh I believe there is an extension type that is workspaceContext. If not you could use a global context and then consumer further/lower down in components as needed.
p
Patrick de Mooij
12/04/2024, 6:42 AM
Appreciate it 🙏 Will give the WorkspaceContext a try