Skip to content

Commit 6759f48

Browse files
committed
Fix ref warning in section list
1 parent a653b89 commit 6759f48

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

aftman.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tools]
22
rojo = "UpliftGames/rojo@7.3.0-uplift.11"
3-
wally = "grilme99/wally@0.4.0"
3+
wally = "UpliftGames/wally@0.3.2"
44
stylua = "johnnymorganz/stylua@0.17.1"
55
luau-lsp = "johnnymorganz/luau-lsp@1.20.2"
66
selene = "Kampfkarren/selene@0.25.0"

src/Lists/VirtualizedSectionList.luau

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ function VirtualizedSectionList:render(): React_Node
409409
return itemCount
410410
end,
411411
onViewableItemsChanged = if self.props.onViewableItemsChanged then self._onViewableItemsChanged else nil,
412-
ref = self._captureRef,
412+
-- ref = self._captureRef,
413413
})
414414
)
415415
end

wally.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jsdotlua/virtualized-list"
3-
version = "1.3.3"
3+
version = "1.3.4"
44
registry = "https://github.com/UpliftGames/wally-index"
55
realm = "shared"
66

0 commit comments

Comments
 (0)