-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
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
fix(store): add missing FieldLayout and Schema validations [L-07] #2046
Changes from 25 commits
8e878b9
447fe45
c4da5f9
d793931
7bace87
7554b49
074399d
b026d3a
7b14d92
1e85721
8fbff3e
bda0143
af61bf5
7f17c1f
5c33b62
5fa5eaa
609d4ba
01f9980
0f422c2
e3183ce
27edab1
1c6414c
07782d3
70c0035
5b34f4c
4710d66
81701d0
d01ad1f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@latticexyz/store": patch | ||
--- | ||
|
||
Added missing FieldLayout and Schema validations |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a suggestion to simplify and split this loop into two in N-8: Just a heads up in case that gets merged first There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Since this is an L-rated fix, gonna suggest we merge this first and then rebase/figure out how to apply the N-08 fix after. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we add the index param to this error as well for consistency?