Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update heavy-seas-learn.md
Browse files Browse the repository at this point in the history
holic authored May 22, 2024
1 parent b998ccb commit 77d9e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/heavy-seas-learn.md
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
"@latticexyz/world": patch
---

Fixed `resolveTableId` usage within module `args` to allow referencing both namespaced tables (e.g. `resolveTableId("app_Tasks")`) as well as tables by just their name (e.g. `resolveTableId("Tasks")`). Note that using just the table name requires it to be unique among all tables within the config.
Fixed `resolveTableId` usage within config's module `args` to allow referencing both namespaced tables (e.g. `resolveTableId("app_Tasks")`) as well as tables by just their name (e.g. `resolveTableId("Tasks")`). Note that using just the table name requires it to be unique among all tables within the config.

This helper is now exported from `@latticexyz/world` package as intended. The previous, deprecated export has been removed.

0 comments on commit 77d9e82

Please sign in to comment.