@yogiswara/honcho-editor-ui 2.3.7 → 2.3.9

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.
@@ -303,7 +303,7 @@ export function usePreset(controller, firebaseUid, options = {}) {
303
303
  useEffect(() => {
304
304
  if (isInitialized) {
305
305
  debugLog('Controller or firebaseUid changed, clearing state');
306
- setPresets([]);
306
+ // setPresets([]);
307
307
  setError(null);
308
308
  setIsInitialized(false);
309
309
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yogiswara/honcho-editor-ui",
3
- "version": "2.3.7",
3
+ "version": "2.3.9",
4
4
  "description": "A complete UI component library for the Honcho photo editor.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",