react-ds
react-ds copied to clipboard
Using SetState in Callback reference
Hello, In your example, you have used set state in render for call back reference due to which it the stack size increases and gives an error of maximum call stack size exceeded.
Good catch! I'll try to get this fixed soon :)
Did you have an update on this?