react-timelane 0.0.4 → 0.0.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/dist/react-timelane.js +1 -1
- package/package.json +1 -1
package/dist/react-timelane.js
CHANGED
|
@@ -4612,7 +4612,7 @@ const ya = ({
|
|
|
4612
4612
|
}) => {
|
|
4613
4613
|
const [r, n] = V(e);
|
|
4614
4614
|
return re(() => {
|
|
4615
|
-
n((i) => ({ ...i,
|
|
4615
|
+
n((i) => ({ ...i, ...e }));
|
|
4616
4616
|
}, [e]), /* @__PURE__ */ y(Nt.Provider, { value: { settings: r, setSettings: n }, children: t });
|
|
4617
4617
|
}, va = () => {
|
|
4618
4618
|
const { settings: e } = pe();
|