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 type change of the tableCell in fc9f1f3#diff-3bbd44d91d5a9b8a715a706b8ef75fa7L61-R62 broke two of the ellie examples:
tableCell
https://ellie-app.com/8kHgbSLfhfha1 https://ellie-app.com/8kQhZhZpjfca1
The fix the error the code could be updated, from
, tableCell = Element.paragraph []
to
, tableCell = \maybeAlignment children -> Element.paragraph [] children
The text was updated successfully, but these errors were encountered:
Duplicate of #54
Sorry, something went wrong.
update example in README.md
d4b1e63
dillonkearns#54 dillonkearns#68 dillonkearns#95
No branches or pull requests
The type change of the
tableCell
in fc9f1f3#diff-3bbd44d91d5a9b8a715a706b8ef75fa7L61-R62broke two of the ellie examples:
https://ellie-app.com/8kHgbSLfhfha1
https://ellie-app.com/8kQhZhZpjfca1
The fix the error the code could be updated, from
to
The text was updated successfully, but these errors were encountered: