@swan-io/lake 8.18.4 → 8.18.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -127,7 +127,7 @@ const styles = StyleSheet.create({
|
|
|
127
127
|
alignItems: "center",
|
|
128
128
|
justifyContent: "flex-start",
|
|
129
129
|
flexGrow: 1,
|
|
130
|
-
paddingHorizontal: spacings[
|
|
130
|
+
paddingHorizontal: spacings[24],
|
|
131
131
|
},
|
|
132
132
|
loadingPlaceholder: {
|
|
133
133
|
position: "absolute",
|
|
@@ -225,7 +225,7 @@ export const VirtualizedList = ({ variant, data, stickedToStartColumns, columns,
|
|
|
225
225
|
? "End"
|
|
226
226
|
: "Middle")
|
|
227
227
|
.toUndefined());
|
|
228
|
-
}, [
|
|
228
|
+
}, [renderThreshold, rowHeight, stickedToStartColumnsWidth, stickedToEndColumnsWidth]);
|
|
229
229
|
useLayoutEffect(() => {
|
|
230
230
|
onLayoutUpdate();
|
|
231
231
|
}, [onLayoutUpdate]);
|