You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1st image shows the correct output and runs it in Safari v13.
2nd image runs in Safari v14 which display incorrect output.
sections: [
{ value: 35 },
{ value: 15 },
{ value: 15 },
{ value: 35 }
],
This is the data sample we used for both and think that there is a problem with the rendering of color in Safari v14.
I tried this on the demo site in Safari 14 and it seems to be working as expected. Could it be that there's a conflicting CSS rule in the parent that's messing with the styles? Maybe try rendering the component outside of your grid to see if grid is the culprit. If it isn't and the issue persists, then see if you can reproduce it here https://jsfiddle.net/dumptyd/ujvypcd3/.
my section data
output with the length of the array
The text was updated successfully, but these errors were encountered: