fix: Comparing formattedData reference with [] doesn't work as expected (#4717)
Fix comparing formattedData reference with [] This condition will always return 'false' since JavaScript compares objects by reference, not value. ts(2839)
Showing
Please register or sign in to comment