yootd 0.0.65 → 0.0.66

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.
@@ -162,6 +162,8 @@ export var Aside = function Aside(_ref) {
162
162
  useEffect(function () {
163
163
  if (data != null && (data === null || data === void 0 ? void 0 : data.length) > 0) {
164
164
  setDataValue(data);
165
+ } else {
166
+ setDataValue([]);
165
167
  }
166
168
  }, [data]);
167
169
  return /*#__PURE__*/React.createElement("div", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yootd",
3
- "version": "0.0.65",
3
+ "version": "0.0.66",
4
4
  "description": "A react library developed with dumi",
5
5
  "license": "MIT",
6
6
  "module": "dist/index.js",