Visaul editor didn't update at enter play when Unity "Enter Play Mode" was enable

I just tried this in Unity 2021.3 and it worked. Maybe it's a Unity beta issue? Due to their ever changing nature I am not able to support beta versions.
 
1. Create an new project using Unity 2021.3.12f1,
2. Import Behavior Designer.
3. Add Behavior Tree component to main camera.
4. In the Project Settings/Editor, check "Enter Play Mode Options", uncheck "Reload Domain", check "Reload Scene".
5. Click "Open" button in the Behavior Tree component on the main camera.
6. Add a "Log" task.
7. Click "Play" button in the Unity editor.
8. You won't see the green check on the Log node untill you click visaul editor window again.

 
Top