Skip to content

fixed error at line 401#2046

Merged
ai merged 1 commit intopostcss:mainfrom
git-sumitchaudhary:patch-1
May 29, 2025
Merged

fixed error at line 401#2046
ai merged 1 commit intopostcss:mainfrom
git-sumitchaudhary:patch-1

Conversation

@git-sumitchaudhary
Copy link
Contributor

when using postcss using parcel
an error was occuring due to no check mentioned for value at line 401 , which caused error while reading value when it was undefined hence i added a check if its value is undefined continue and dont move forward

when using postcss using parcel 
an error was occuring due to  no check mentioned for value at line 401 , which caused error while reading value when it was undefined
hence i added a check if its value is undefined continue and dont move forward
@git-sumitchaudhary
Copy link
Contributor Author

minor error fixed at line 401 , when value is == null we should not move forward and continue to avoid error, which i faced while using postcss with parcel (while using tailwind)

@ai
Copy link
Member

ai commented May 26, 2025

Thanks! I am right now on vacation. I will try to release it later this week.

Hmve added a commit to Hmve/react-if that referenced this pull request May 26, 2025
- Bump version to 4.2.0
- Update demo to Tailwind CSS 4.x
- Update demo to DaisyUI 5.x
- Replace autoprefixer with @parcel/transformer-postcss
- Resolve all linter issues
- Move theme definition to index.css (tailwind.config.js deprecated)
- **Note**: Current bug in PostCSS with new Tailwind version
  - Apply patch from this PR to run the demo: postcss/postcss#2046
  - New PostCSS version expected later this week
favna added a commit to romac/react-if that referenced this pull request May 27, 2025
* refactor: update all packages of the main project incl. update to react 19

- fixed most of the linter issues
- fixed typescript issues
- added tsconfig.typedoc.json to handle typedoc issues
- demo project will follow

* refactor: update demo project dependencies to 4.2.0

- Bump version to 4.2.0
- Update demo to Tailwind CSS 4.x
- Update demo to DaisyUI 5.x
- Replace autoprefixer with @parcel/transformer-postcss
- Resolve all linter issues
- Move theme definition to index.css (tailwind.config.js deprecated)
- **Note**: Current bug in PostCSS with new Tailwind version
  - Apply patch from this PR to run the demo: postcss/postcss#2046
  - New PostCSS version expected later this week

* fix: some files got lost - sorry

* Update package.json

ok didn't know that.

Co-authored-by: Jeroen Claassens <jeroen.claassens@live.nl>

---------

Co-authored-by: Jeroen Claassens <jeroen.claassens@live.nl>
@ai ai merged commit 5054233 into postcss:main May 29, 2025
@ai
Copy link
Member

ai commented May 29, 2025

Thanks. Released in 8.5.4.

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.

2 participants