bounswe / bounswe2020group4

Bogazici University CmpE352/451 Project: E-Commerce Platform
1 stars 4 forks source link

(WEB) Update product UI + upload image and get products backend connection #486

Closed eylulyalcinkaya closed 3 years ago

eylulyalcinkaya commented 3 years ago

426

424

Backend connection of add/update product will be implemented once backend side is ready.

burakcuhadar commented 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.

eylulyalcinkaya commented 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.

@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