beca-ui 2.1.1-beta.22 → 2.1.1-beta.23
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/beca-ui.js +1 -1
- package/package.json +1 -1
package/dist/beca-ui.js
CHANGED
|
@@ -131118,7 +131118,7 @@ const b4t = ({
|
|
|
131118
131118
|
[y]
|
|
131119
131119
|
);
|
|
131120
131120
|
Ft(() => {
|
|
131121
|
-
if (!j || o === void 0)
|
|
131121
|
+
if (!j || o === void 0 || o === null)
|
|
131122
131122
|
return;
|
|
131123
131123
|
const re = j.getHTML(), pe = o.toString();
|
|
131124
131124
|
if (re !== pe && pe !== "<p></p>") {
|