effector-devtools icon indicating copy to clipboard operation
effector-devtools copied to clipboard

Error in console on object with circular refs

Open igorkamyshev opened this issue 2 years ago • 2 comments

const onClick = createEvent()

function Component() {
 return <button onClick={onClick}>click me</button>
}

👆 this code will cause error in console

igorkamyshev avatar Jan 19 '23 08:01 igorkamyshev

I will check it, Thank you and message you

fnpen avatar Jan 31 '23 09:01 fnpen

I think #5 should help

yumauri avatar Feb 20 '23 14:02 yumauri