VST3 Crash on JUCE7 (Stack overflow)

Some betatesters have reported that when using VST3 on Windows, they experience a laggy GUI. Others have mentioned that the fonts are rendering as garbled characters, and some have even experienced crashes of the plugin. These issues seem to occur only for a portion of the betatesters, approximately 30% of those using VST3 on Windows with different hosts. Unfortunately, I have not been able to reproduce the problem myself. One betatester provided the following feedback:

(fa4.3e20): Stack overflow - code c00000fd (first chance)
First chance exceptions are reported before any exception handling.
This exception may be expected and handled.
USER32!Feature_Servicing_SandboxEscapeUiLimits__private_IsEnabled+0x4b:
00007ffe`9b6576bb 895c2428        mov     dword ptr [rsp+28h],ebx ss:00000000`00053ff8=00000000

This issue occurs with both versions of JUCE7 that I have tested, 7.0.9 and 7.0.10. However, if I revert back to JUCE6, the problem is resolved.
it’s not isolated to just one plugin, as I have encountered the same issue with another plugin, which also required me to revert back to JUCE6