Skip to content

Conversation

@front-end-performer
Copy link

Corrected issue with opacity css value: from opacity-1 to opacity-100.

@deanlongstaff
Copy link

Waiting on this fix 😢

@toddlevy
Copy link

If you're using Tailwind v4 + React 19 + pnpm here's a way to patch while waiting for the upstream merge.

# Create patch directory
pnpm patch react-tailwindcss-datepicker@2.0.0 --edit-dir=.patches/react-tailwindcss-datepicker

# Edit .patches/react-tailwindcss-datepicker/dist/index.esm.js
# Change: opacity-1 → opacity-100 (two occurrences)

# Commit the patch
pnpm patch-commit .patches/react-tailwindcss-datepicker

Adds a patches/react-tailwindcss-datepicker@2.0.0.patch file and registers it in package.json under pnpm.patchedDependencies.

+1 for merging this

@toddlevy
Copy link

Waiting on this fix 😢

If you're using Tailwind v4 + React 19 + pnpm here's a way to patch while waiting for the upstream merge.

# Create patch directory
pnpm patch react-tailwindcss-datepicker@2.0.0 --edit-dir=.patches/react-tailwindcss-datepicker

# Edit .patches/react-tailwindcss-datepicker/dist/index.esm.js
# Change: opacity-1 → opacity-100 (two occurrences)

# Commit the patch
pnpm patch-commit .patches/react-tailwindcss-datepicker

Adds a patches/react-tailwindcss-datepicker@2.0.0.patch file and registers it in package.json under pnpm.patchedDependencies.

+1 for merging this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants