Closed eylulyalcinkaya closed 3 years ago
I get the following warning at the "addproduct" page: Encountered two children with the same key, [object Object]
. Keys should be unique so that components maintain their identity across updates. Non-unique keys may cause children to be duplicated and/or omitted — the behavior is unsupported and could change in a future version.
I get the following warning at the "addproduct" page: Encountered two children with the same key,
[object Object]
. Keys should be unique so that components maintain their identity across updates. Non-unique keys may cause children to be duplicated and/or omitted — the behavior is unsupported and could change in a future version.
@burakcuhadar yes I know about this and will resolve this in the next pr, it doesn't cause a problem for now though so everything should be working fine even though it gives this warning
426
424
Backend connection of add/update product will be implemented once backend side is ready.