fable-compiler / fable-react

Fable bindings and helpers for React and React Native
MIT License
275 stars 67 forks source link

[ReactLeaflet] Is Center is missing from CircleProps/CircleMarkerProps? #108

Open dbrattli opened 5 years ago

dbrattli commented 5 years ago

How do I set the Center (required) property of a Circle for ReactLeaflet? Is it missing?

https://github.com/fable-compiler/fable-react/blob/54453ccbde9fac2503a723ef21358854b24663c0/src/Fable.ReactLeaflet/ReactLeaflet.fs#L284

MangelMaxime commented 5 years ago

Is it ? Then yes it's probably missing.

You can use CircleProps.Custom("center", myValue) to set it for now.