ywana-core8 0.0.457 → 0.0.458

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 CHANGED
@@ -4721,6 +4721,9 @@ var CollectionPage = function CollectionPage(props) {
4721
4721
  } catch (e) {
4722
4722
  return Promise.reject(e);
4723
4723
  }
4724
+ }, []);
4725
+ React.useEffect(function () {
4726
+ if (version > 0) reload();
4724
4727
  }, [version]);
4725
4728
 
4726
4729
  function add() {