File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " react-timezone-select" ,
3- "version" : " 3.2.2 " ,
3+ "version" : " 3.2.3 " ,
44 "description" : " Usable, dynamic React Timezone Select" ,
55 "scripts" : {
66 "dev" : " concurrently \" tsup src/index.tsx --format esm --watch\" \" cd example && pnpm dev\" " ,
77 "prepublishOnly" : " pnpm run build" ,
88 "postpublish" : " pnpm run build:example && npm run deploy" ,
9- "build" : " tsup src/index.tsx --format esm --clean --dts" ,
9+ "build" : " tsup src/index.tsx --format esm --clean --dts && sed -i '1i \" use client \"\\ n' dist/index.js " ,
1010 "build:example" : " cd example && pnpm run build" ,
1111 "deploy" : " gh-pages -d example/dist" ,
1212 "pretest" : " pnpm run build" ,
Original file line number Diff line number Diff line change 1- "use client"
2-
31import { useMemo } from "react"
42import Select from "react-select"
53import spacetime , { type Spacetime } from "spacetime"
You can’t perform that action at this time.
0 commit comments