Skip to content

[yew-macro] Improve error message#1219

Merged
jstarry merged 1 commit intoyewstack:masterfrom
kaoet:miss-value
May 13, 2020
Merged

[yew-macro] Improve error message#1219
jstarry merged 1 commit intoyewstack:masterfrom
kaoet:miss-value

Conversation

@kaoet
Copy link
Contributor

@kaoet kaoet commented May 13, 2020

  • missing identifier after with as in <Button with>
  • missing property value as in <input autofocus />

Fixes #1179

* [X] missing property value as in `<input autofocus />`
* [X] missing identifier after `with` as in `<Button with>`
@jstarry
Copy link
Member

jstarry commented May 13, 2020

So much better, thanks!

@jstarry jstarry merged commit e417cea into yewstack:master May 13, 2020
@kaoet kaoet deleted the miss-value branch May 13, 2020 03:43
jstarry pushed a commit that referenced this pull request May 14, 2020
* [X] missing property value as in `<input autofocus />`
* [X] missing identifier after `with` as in `<Button with>`
mergify bot pushed a commit that referenced this pull request May 14, 2020
* [X] missing property value as in `<input autofocus />`
* [X] missing identifier after `with` as in `<Button with>`
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

Successfully merging this pull request may close these issues.

[yew-macro] Improve error message when props do not have values

2 participants