@fileverse-dev/ddoc 2.1.4-patch-14 → 2.1.4-patch-15
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.es.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -140176,7 +140176,7 @@ const QFt = ({
|
|
140176
140176
|
};
|
140177
140177
|
s.current.set(t, u), r(u);
|
140178
140178
|
} catch (l) {
|
140179
|
-
console.error("Error fetching link preview:", l);
|
140179
|
+
console.error("Error fetching link preview:", l), r(null);
|
140180
140180
|
} finally {
|
140181
140181
|
a(!1);
|
140182
140182
|
}
|