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

Getting started guide example doesn't work #94

Open
kmteam opened this issue Jan 30, 2020 · 1 comment
Open

Getting started guide example doesn't work #94

kmteam opened this issue Jan 30, 2020 · 1 comment

Comments

@kmteam
Copy link

kmteam commented Jan 30, 2020

I've got the following error when I try to follow the 'getting started' example

warning RZ10012: Found markup element with unexpected name 'DatePicker'. If this is intended to be a component, add a @using directive for its namespace.

@page "/"
@using NodaTime

<h1>Hello, world!</h1>
<DatePicker Inline=true />

I image some import is missing.

I've already import the NodaTimePicker, In this case the control renders awful and broken.

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

No branches or pull requests

2 participants
@kmteam and others