Skip to content

Commit

Permalink
[Edited]
Browse files Browse the repository at this point in the history
- Refactor code to explicit props declaration and also minimize the export
- Refactor code to support webpack 5
- Updated example for selectable with input formatting
  • Loading branch information
buildingwatsize committed Apr 19, 2024
1 parent 1d0bf44 commit 4b0ecbd
Show file tree
Hide file tree
Showing 4 changed files with 192 additions and 221 deletions.
2 changes: 1 addition & 1 deletion example/with-create-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"eslint-config-react-app": "link:../../node_modules/eslint-config-react-app",
"react": "link:../../node_modules/react",
"react-dom": "link:../../node_modules/react-dom",
"react-scripts": "link:../../node_modules/react-scripts",
"react-scripts": "^5.0.1",
"thaidatepicker-react": "link:../..",
"web-vitals": "^2.1.4"
},
Expand Down
Loading

0 comments on commit 4b0ecbd

Please sign in to comment.