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.
@@ -4713,6 +4713,9 @@ var CollectionPage = function CollectionPage(props) {
4713
4713
  } catch (e) {
4714
4714
  return Promise.reject(e);
4715
4715
  }
4716
+ }, []);
4717
+ useEffect(function () {
4718
+ if (version > 0) reload();
4716
4719
  }, [version]);
4717
4720
 
4718
4721
  function add() {