'picker' is not recognized as a valid pseudo-element. Did you mean ':picker' (pseudo-class) or is this a typo? #78854
Labels
linear: turbopack
Confirmed issue that is tracked by the Turbopack team.
locked
Turbopack
Related to Turbopack with Next.js.
Link to the code that reproduces this issue
https://codesandbox.io/p/devbox/9n5kry
To Reproduce
I was trying to customise select element (https://developer.mozilla.org/en-US/docs/Learn_web_development/Extensions/Forms/Customizable_select#opting_in_to_the_custom_select_rendering)
If I add this in my css
Turbopack is throwing an error
'picker' is not recognized as a valid pseudo-element. Did you mean ':picker' (pseudo-class) or is this a typo?
But if I run the same code without turbopack then everything is fine. This is only happening in turbopack.
Current vs. Expected behavior
This error is currently happening only in turbopack.
Expected to be work on both webpack and turbopack.
Provide environment information
Which area(s) are affected? (Select all that apply)
Turbopack
Which stage(s) are affected? (Select all that apply)
next dev (local)
Additional context
This is also happening in stable version. 15.3.1
The text was updated successfully, but these errors were encountered: