-
Notifications
You must be signed in to change notification settings - Fork 66
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
open statements lead to react error #95
Comments
BTW: |
That's weird, Fable doesn't do anything for opening statements. Maybe the last opening is shadowing something from Recharts, does this work? open Fable.Helpers.React
open Fable.Recharts
open Fable.Recharts.Props
module SVG = Fable.Helpers.React.Props |
Seems like |
I ran into the same problem where ordering of the open statements was preventing my chart for recharts from being rendered with the same error message. Should this issue be referenced from this repo? |
Yes, that may be a good idea. Maybe opening an issue in fable-rcharts with a descriptive title that references this one. What Fable version are you using btw? |
Version 3. I'm using the latest SAFE template before .net 5 was announced. (not sure if that has something different) |
Hi,
just stumbled on this problem:
this does not work
and leads to this error:
meanwhile this works
maybe something with modules loading?
The text was updated successfully, but these errors were encountered: