Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature-KS-2949] MapMyIndia new component added #39

Open
wants to merge 10 commits into
base: release
Choose a base branch
from

Conversation

geekanant
Copy link
Contributor

@geekanant geekanant commented May 23, 2024

MapMyIndia new component added

@@ -424,11 +423,7 @@ const GMapify = forwardRef((props, ref) => {
>
{searchResults.map((val, index) => {
return (
<li
key={index}
index={index}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why we removed index prop

*/
const removeEvents = () => {
if (mapInstance) {
console.log("remove");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all console should be remove

@sandeep-r-bharatpe sandeep-r-bharatpe changed the title feature-KS-2949 [feature-KS-2949] MapMyIndia new component added May 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature new feature add
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants