Closed simonetolomelli closed 5 years ago
This means that something is calling itself infinitely (recursive). This happens because the switch gets the light's state and passes it again to the light which passes it to the switch ...
In the switch you have to disable that the input state should be passed to the output if you're using this setup (the x)
RangeError: Maximum call stack size exceeded