From 56635907cc6340cb72b3d2a804c238995bb23f7e Mon Sep 17 00:00:00 2001 From: Kevin Ingersoll Date: Thu, 4 Apr 2024 20:31:50 -0700 Subject: [PATCH] Update .changeset/popular-oranges-end.md --- .changeset/popular-oranges-end.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.changeset/popular-oranges-end.md b/.changeset/popular-oranges-end.md index eff44b8764..b899727d0a 100644 --- a/.changeset/popular-oranges-end.md +++ b/.changeset/popular-oranges-end.md @@ -1,6 +1,5 @@ --- "@latticexyz/store": patch -"@latticexyz/cli": patch --- Fixed the behaviour of static arrays, so that they return zero for uninitialised values, to mirror the native Solidity behavior. Previously they reverted with `Store_IndexOutOfBounds` if the index had not been set yet.