The getSetupStateType will try to access the Proxy by some flag to judge whether the Proxy is a reactivity or not. If the getter fail, for example, the getter do function call, then the inspection would down.
By wrapping getSetupStateType in try...catch block could avoid this situation, but will still get the wrong value.
If we have a way to display the Proxy in the StateViewer properly would be impressive.
The
getSetupStateType
will try to access the Proxy by some flag to judge whether the Proxy is a reactivity or not. If the getter fail, for example, the getter do function call, then the inspection would down. By wrappinggetSetupStateType
in try...catch block could avoid this situation, but will still get the wrong value. If we have a way to display the Proxy in the StateViewer properly would be impressive.