reactive-bulma 1.1.0 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
package/dist/cjs/index.js CHANGED
@@ -2840,7 +2840,7 @@ function requireReact_development () {
2840
2840
 
2841
2841
  var React = /*@__PURE__*/getDefaultExportFromCjs(reactExports);
2842
2842
 
2843
- const Button = ({ text = '' }) => React.createElement("button", { className: "button" }, text);
2843
+ const Button = ({ text = '' }) => (React.createElement("button", { className: 'button' }, text));
2844
2844
 
2845
2845
  exports.Button = Button;
2846
2846
  //# sourceMappingURL=index.js.map