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
It seems like ReactKonva recommends avoiding zIndex property & use reordering instead:
vendors.js:279906 ReactKonva: You are using "zIndex" attribute for a Konva node.
react-konva may get confused with ordering. Just define correct order of elements in your render function of a component.
For me info see: https://github.com/konvajs/react-konva/issues/194
The text was updated successfully, but these errors were encountered:
It seems like ReactKonva recommends avoiding zIndex property & use reordering instead:
The text was updated successfully, but these errors were encountered: