@rfkit/charts 1.0.91 → 1.0.92
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/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -4841,13 +4841,13 @@ const usePublish = ({ publish = ()=>{}, subscribe = ()=>{} })=>{
|
|
|
4841
4841
|
(0, __WEBPACK_EXTERNAL_MODULE_react__.useEffect)(()=>{
|
|
4842
4842
|
if (globalID) {
|
|
4843
4843
|
const p = PUB_SUB(globalID);
|
|
4844
|
-
p.getSourceData = getSourceData;
|
|
4845
4844
|
dispatch({
|
|
4846
4845
|
payload: {
|
|
4847
4846
|
publish: p
|
|
4848
4847
|
}
|
|
4849
4848
|
});
|
|
4850
4849
|
publish?.(p);
|
|
4850
|
+
publish.getSourceData = getSourceData;
|
|
4851
4851
|
}
|
|
4852
4852
|
}, [
|
|
4853
4853
|
JSON.stringify(publish),
|