So I’ve just been building myself a new custom widgets collection and I seem to be getting recursion loops on parameters.
An example of this is that I have a component with a custom toggle called Border, this parameter is then referenced to the same components left border a right border a etc parameters and for some reason this throws a recursion loop.
Shouldn’t this be fine given that the custom parameter border is not dependent upon the border a parameter. This is a one way reference so should it really throw an error?
The error vanishes once I switch the toggle.