Description
The "box" function exposed by Feliz.Plotly clobbers the built-in F# box function in F#. One needs it in order to box dependencies when using Feliz when creating stateful components. Opening this library makes the code much easier to read..Perhaps there is an easy resolution?
Steps to reproduce
- Open Feliz.Plotly
- Try something like
React.useEffect(loadData >> Async.StartImmediate, [| (box state.startDate) |])
Expected behavior
Opening a library should probably overwrite any core language functions.