@mjhls/mjh-framework 1.0.187 → 1.0.189

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/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- # mjh-framework v. 1.0.187
2
+ # mjh-framework v. 1.0.189
3
3
 
4
4
 
5
5
 
package/dist/index.es.js CHANGED
@@ -1,4 +1,4 @@
1
- import React__default, { Component, useState, useEffect, useRef, createContext, createElement } from 'react';
1
+ import React__default, { Component, useState, useEffect, useRef, createElement, createContext } from 'react';
2
2
  import PropTypes from 'prop-types';
3
3
  import reactDom from 'react-dom';
4
4
  import Container from 'react-bootstrap/Container';
@@ -10222,6 +10222,10 @@ var html_map = {
10222
10222
  };
10223
10223
 
10224
10224
  var html_decode = function html_decode(string) {
10225
+ if (!string) {
10226
+ return string;
10227
+ }
10228
+
10225
10229
  var entityMap = html_map;
10226
10230
  for (var key in entityMap) {
10227
10231
  var entity = entityMap[key];