myshell-react-lib 0.2.25 → 0.2.26
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.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -2
- package/dist/index.d.ts +3 -2
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -13767,6 +13767,7 @@ var Tabs2 = React45.forwardRef(function(_param, ref) {
|
|
|
13767
13767
|
return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(TabsContent, {
|
|
13768
13768
|
value: item.value,
|
|
13769
13769
|
className: contentClassName,
|
|
13770
|
+
forceMount: item.forceMount,
|
|
13770
13771
|
children: item.children
|
|
13771
13772
|
}, item.value);
|
|
13772
13773
|
})
|