Closed
Description
Describe the bug
aldeed:tabular
version 3.0.0-rc.4
is not functioning correctly with Meteor version 3.0.4
. The issue arises because Meteor 3.0.4 utilizes a 3.0.0
version of blaze-html-templates
.
To Reproduce
Steps to reproduce the behavior:
- Clone the reproduction repository.
- Run
meteor npm install && meteor
in your terminal. - Open
localhost:3000
in your web browser. - Observe that the table does not render.
Expected behavior
When following the above steps, the table should render correctly, displaying the default "links" collection data.
Additional context
- Meteor Version:
3.0.4
- aldeed:tabular Version:
3.0.0-rc.4
Reproduction Repo: Link to Reproduction Repository
Metadata
Metadata
Assignees
Labels
No labels