Skip to content
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

erro FS9001: No macro fallback found for 'WebSharper.UI.Macros+AttrProp' #210

Closed
AlexPeret opened this issue Apr 10, 2019 · 3 comments
Closed

Comments

@AlexPeret
Copy link

hi,

the compiler is emitting the error below, if the Attr.Prop function is used:

erro FS9001: No macro fallback found for 'WebSharper.UI.Macros+AttrProp'

this line doesn't work:
Attr.Prop "max" "10"

but this one works
attr.max "10"

WebSharper version: 4.5.11.334

Thanks,
Alex

@Jand42 Jand42 transferred this issue from dotnet-websharper/core Apr 11, 2019
@Jand42
Copy link
Member

Jand42 commented Apr 11, 2019

@AlexPeret Thanks for the report, indeed an attribute is missing for this to work, fix coming soon.

@Jand42
Copy link
Member

Jand42 commented Apr 12, 2019

@AlexPeret
Copy link
Author

@AlexPeret Hi, the fix is now public in https://github.com/dotnet-websharper/ui/releases/tag/4.5.10.166

thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants