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
We need to make sure that Map components on Product Page are dynamic and reusable. It currently doesn't show the home icon like we have on the product details page.
Definition:
Dynamic components adapt based on the input they receive
Reusable components can be used in different places or contexts, reducing code duplication and improving maintainability.
ACs:
The map component should accepts the coordinates for the product
The map should show the icon for the coordinates passed to it as seen on the product details page on airbnb
We need to make sure that Map components on Product Page are dynamic and reusable. It currently doesn't show the home icon like we have on the product details page.
Definition:
ACs:
The maps feature is implemented with https://visgl.github.io/react-google-maps/
Contact @BajalanIman if you have any questions regarding the implementation of the map
The text was updated successfully, but these errors were encountered: