We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some dynamic properties of RText are not updated
RText
The text was updated successfully, but these errors were encountered:
I've noticed many other properties are not updating dynamically like on the RMap component: noDefaultControls, noDefaultInteractions, maxZoom.
RMap
noDefaultControls
noDefaultInteractions
maxZoom
The docs only state a few specific props that don't update, but the above examples don't...
I see this is because the RMap constructor creates a new Map, and never reinitializes it after props change:
new Map
rlayers/src/RMap.tsx
Line 107 in e81efc4
Sorry, something went wrong.
Fixed by #86
No branches or pull requests
Some dynamic properties of
RText
are not updatedThe text was updated successfully, but these errors were encountered: