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

How to update Billboard markers ? #99

Closed
yashug opened this issue Jul 10, 2019 · 3 comments
Closed

How to update Billboard markers ? #99

yashug opened this issue Jul 10, 2019 · 3 comments
Labels

Comments

@yashug
Copy link

yashug commented Jul 10, 2019

was trying to filter the billboard markers. but they are not getting updated either with show property or creating total new billboards?

{data.map(item => ( <Billboard key={item.id} show={item.showMarker} /> ))}

on data being changed billboards are not getting updated

@yashug
Copy link
Author

yashug commented Jul 11, 2019

so basically this comes down to, how to use billboardcollections removeall() method in resium. Need to remove already added billboards before rendering new billboards

@yashug
Copy link
Author

yashug commented Jul 11, 2019

@rot1024 can you please help me here

@rot1024 rot1024 added the bug label Jul 24, 2019
@rot1024
Copy link
Member

rot1024 commented Jul 25, 2019

Sorry for the late reply. It's a bug.

I have fixed the bug and released v1.6.0. Please try it!

Thank you.

@rot1024 rot1024 closed this as completed Jul 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants