@ballistix.digital/react-components 9.9.0 → 9.9.1
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/dist/index.d.ts.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4481,7 +4481,7 @@ const $06795e94e474e27d$var$Container = (props)=>{
|
|
|
4481
4481
|
const $06795e94e474e27d$var$List = (props)=>{
|
|
4482
4482
|
const { name: name, children: children, active: active, setActive: setActive, styles: stylesOverrides } = props;
|
|
4483
4483
|
const styles = $06795e94e474e27d$var$useGeneratedStyles(stylesOverrides);
|
|
4484
|
-
const tabs = (0, $iA2ta$react.useMemo)(()=>children, [
|
|
4484
|
+
const tabs = (0, $iA2ta$react.useMemo)(()=>(0, $iA2ta$react.Children).toArray(children), [
|
|
4485
4485
|
children
|
|
4486
4486
|
]);
|
|
4487
4487
|
const handleChangeSelect = (0, $iA2ta$react.useCallback)((event)=>{
|