From 6759f48fad6a1cc9ee4795cbf6fca0f00f88f1ff Mon Sep 17 00:00:00 2001 From: Brooke Date: Fri, 22 Sep 2023 14:01:48 +0100 Subject: [PATCH 1/2] Fix ref warning in section list --- aftman.toml | 2 +- src/Lists/VirtualizedSectionList.luau | 2 +- wally.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/aftman.toml b/aftman.toml index 9c3d93b..40191b4 100644 --- a/aftman.toml +++ b/aftman.toml @@ -1,6 +1,6 @@ [tools] rojo = "UpliftGames/rojo@7.3.0-uplift.11" -wally = "grilme99/wally@0.4.0" +wally = "UpliftGames/wally@0.3.2" stylua = "johnnymorganz/stylua@0.17.1" luau-lsp = "johnnymorganz/luau-lsp@1.20.2" selene = "Kampfkarren/selene@0.25.0" diff --git a/src/Lists/VirtualizedSectionList.luau b/src/Lists/VirtualizedSectionList.luau index 68eec65..4ab4da5 100644 --- a/src/Lists/VirtualizedSectionList.luau +++ b/src/Lists/VirtualizedSectionList.luau @@ -409,7 +409,7 @@ function VirtualizedSectionList:render(): React_Node return itemCount end, onViewableItemsChanged = if self.props.onViewableItemsChanged then self._onViewableItemsChanged else nil, - ref = self._captureRef, + -- ref = self._captureRef, }) ) end diff --git a/wally.toml b/wally.toml index 397177c..3e10186 100644 --- a/wally.toml +++ b/wally.toml @@ -1,6 +1,6 @@ [package] name = "jsdotlua/virtualized-list" -version = "1.3.3" +version = "1.3.4" registry = "https://github.com/UpliftGames/wally-index" realm = "shared" From 951862797ae6e80145035175c50085d1257a9bf0 Mon Sep 17 00:00:00 2001 From: Brooke Date: Thu, 23 Nov 2023 23:49:04 +0000 Subject: [PATCH 2/2] Bump version --- wally.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wally.toml b/wally.toml index 3e10186..b627258 100644 --- a/wally.toml +++ b/wally.toml @@ -1,6 +1,6 @@ [package] name = "jsdotlua/virtualized-list" -version = "1.3.4" +version = "1.3.5" registry = "https://github.com/UpliftGames/wally-index" realm = "shared" @@ -8,4 +8,4 @@ realm = "shared" LuauPolyfill = 'jsdotlua/luau-polyfill@1.2.3' Flipper = "reselim/flipper@2.0.0" Promise = 'evaera/promise@4.0.0' -React = 'core-packages/react@17.0.1-rc.19' +React = 'jsdotlua/react@17.0.2'