Skip to content

Commit

Permalink
Use rspack and oxlint insated of webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
securingsincity committed Dec 6, 2024
1 parent f762bd6 commit 6fe1a55
Show file tree
Hide file tree
Showing 14 changed files with 1,214 additions and 2,251 deletions.
9 changes: 3 additions & 6 deletions example/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,17 +255,14 @@ class App extends Component {
</label>
</p>
</div>
<div className="field">
<div className="field">
<p className="control">
<label className="checkbox">
<input
type="checkbox"
checked={this.state.enableMobileMenu}
onChange={e =>{
this.setBoolean(
"enableMobileMenu",
e.target.checked
)
onChange={e => {
this.setBoolean("enableMobileMenu", e.target.checked);
}}
/>
Enable Mobile Menue
Expand Down
Loading

0 comments on commit 6fe1a55

Please sign in to comment.