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
As previously discussed, I would like to remove the default RTL plugin loaded from mapbox.com.
From a data privacy point it would be much superior to remove the default and let the developer specify a source, if RTL support is needed. No alternative default should be specified.
Proposal
I'm happy to draft a PR with the default value for RTLTextPlugin removed. Is a breaking change fine within this initial release or would this only be going in for 2.0?
I would also like to change the shape of the prop, providing full control:
RTLTextPlugin={{pluginUrl: "...",lazy: true,}}
The text was updated successfully, but these errors were encountered:
KiwiKilian
changed the title
[Feat] Removing the default RTL Plugin
[Feat] Removing the default RTLTextPluginOct 25, 2024
Target Use Case
As previously discussed, I would like to remove the default RTL plugin loaded from mapbox.com.
From a data privacy point it would be much superior to remove the default and let the developer specify a source, if RTL support is needed. No alternative default should be specified.
Proposal
I'm happy to draft a PR with the default value for
RTLTextPlugin
removed. Is a breaking change fine within this initial release or would this only be going in for 2.0?I would also like to change the shape of the prop, providing full control:
The text was updated successfully, but these errors were encountered: