We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The definition of elmUiRenderer is incomplete. I had to update tableCell to the following:
elmUiRenderer
tableCell
tableCell = \maybeAlignment children -> Element.paragraph [] children
before the sample page can render successfully.
The text was updated successfully, but these errors were encountered:
I think this has change yet again. The current correct fix is: https://ellie-app.com/cHB3fRSKVRha1
strikethrough
Sorry, something went wrong.
update example in README.md
d4b1e63
dillonkearns#54 dillonkearns#68 dillonkearns#95
No branches or pull requests
The definition of
elmUiRenderer
is incomplete. I had to updatetableCell
to the following:tableCell = \maybeAlignment children -> Element.paragraph [] children
before the sample page can render successfully.
The text was updated successfully, but these errors were encountered: