Version used
4.2.2
Describe the bug
After upgrading to 4.2 I realized that custom extensibility libraries I was using would no longer load correctly. In particular, custom web components I was using in my templates were not being loaded.
To Reproduce
Steps to reproduce the behavior:
Desktop (please complete the following information):
Additional context
I think this is related to a change to SearchResultsWebPart.ts in this PR https://github.com/microsoft-search/pnp-modern-search/pull/1021/files. Seems the extension loading was moved after the registration of the web components. If I move it back to before the call to registerWebComponents, my extensibility library components start to show up again.

@wobba thoughts? I didn't want to submit a new PR moving that line back up because it looks like it was moved to resolve a different bug.
Good call....please PR and I'll validate the handlebar helper loading and put out a dot release tomorrow.
Thanks, @wobba. PR #1071 submitted.
This again breaks the handlebar helpers :D I'll take a new stab at resolving both... not easy.
Should be fixed now and a new release updated.