From the docs:
If a given widget has expired or needs to be reloaded, you can use the turnstile.reset(widgetId: string) function to reset the widget.
Does this only apply to explicitly rendered widgets or also to implicitly rendered widgets? If it also has to be done for implicitly rendered widgets, how could that be achieved?