搜索文档
Home > @lynx-js/react/testing-library > RenderOptions > enableMainThread
Render your component in the main thread or not.
It is recommended to use this option only when you need to test the IFR behavior.
Signature:
enableMainThread?: boolean;