We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a32a650 commit 577e4b5Copy full SHA for 577e4b5
bsconfig.json
@@ -8,7 +8,7 @@
8
],
9
"package-specs": [
10
{
11
- "module": "es6",
+ "module": "esmodule",
12
"in-source": true
13
}
14
client/app/bundles/comments/rescript/CommentForm/CommentForm.res
@@ -104,7 +104,7 @@ let make = (~fetchData) => {
104
className={`px-6 py-2 font-semibold border-0 rounded ${state.form == form.formType
105
? "text-sky-50 bg-sky-600"
106
: "text-sky-600 hover:bg-gray-100"}`}
107
- onClick={event => SetFormType(form.formType)->dispatch}>
+ onClick={_event => SetFormType(form.formType)->dispatch}>
108
{form.formName->React.string}
109
</button>
110
)
0 commit comments