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

else if becomes elseif #6

Closed
aDogCalledSpot opened this issue Jan 12, 2024 · 1 comment
Closed

else if becomes elseif #6

aDogCalledSpot opened this issue Jan 12, 2024 · 1 comment

Comments

@aDogCalledSpot
Copy link

Follow-up from #5.

html! {
    if loading  {
        { "Loading" }
    } else if false {
        { "This shouldn't happen" }
    } else {
        { "Done" }
    }
}

Contracts the else if to elseif.

its-the-shrimp added a commit that referenced this issue Jan 25, 2024
@its-the-shrimp
Copy link
Owner

Thank you for reporting this, should be fixed in v0.3.0

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