Harmless? StackOverflowException after compiling

My project has been getting two of the following error every recompile and it seems harmless, but is still a bit annoying :sweat_smile:

StackOverflowException: The requested operation caused a stack overflow.
Coherence.PreloadedSingleton`1[T].get_Instance () (at ./Library/PackageCache/io.coherence.sdk@1.2.4/Coherence/PreloadedSingleton.cs:37)
Coherence.DocumentationLinks.GetDocsUrl (Coherence.DocumentationKeys key) (at ./Library/PackageCache/io.coherence.sdk@1.2.4/Coherence/DocumentationLinks.cs:61)

This error repeats onwards until the message is truncated.
I’m not sure when it started happening either, so I’m unsure if it’s a bug or something I did on my end that caused it.

Hey!

This is a known issue. The fix for it will ship in the 1.3.0 release. It is indeed harmless.

Thanks for reporting it!