diff --git a/priv/js/react_phoenix.js b/priv/js/react_phoenix.js index ed03754..680bd78 100644 --- a/priv/js/react_phoenix.js +++ b/priv/js/react_phoenix.js @@ -1 +1 @@ -"use strict";function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}function _classCallCheck(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function _defineProperties(e,t){for(var a=0;a { return acc[el] }, window); + const reactElement = React.createElement(reactClass, JSON.parse(reactProps)) ReactDOM.render(reactElement, targetDiv) }) }