lens-vm / lens

Mozilla Public License 2.0
169 stars 5 forks source link

Reset module state (not including params) on enumerable.Reset #46

Open AndrewSisley opened 1 year ago

AndrewSisley commented 1 year ago

State can be leaked between contexts as modules are reused and reset needs to clear non-parameter state.

This currently affects Defra-Lens, there is a todo code-comment in the code there linked to this issue which should be removed once this ticket has been done.