Never mind. I figured it out, i was creating the extension and holding onto it. I just needed to create it and forget about it. Then use getByType in my afterEvaluate to retrieve it.
v
Vampire
03/15/2022, 9:47 AM
Actually every usage of
afterEvaluate
is introducing race conditions, so better avoid them alltogether if possible. 😉