You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Astro v4.13.3
Node v18.20.3
System Linux (x64)
Package Manager unknown
Output static
Adapter none
Integrations @astrojs/lit
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
File src/components/A.js is a lit component with a custom converter for the attribute 'text'. This converter should convert the attribute given as text to the length of the text. This converter is not called.
What's the expected result?
The converter should be called and the rendered text should be "6" instead of "AAAAAA".
In 5.0, we removed the Lit integration so we don't plan to address this issue. If you’re interested in maintaining a Lit integration yourself, you may wish to use the last published version of @astrojs/lit as a starting point and upgrade the relevant packages.
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
File src/components/A.js is a lit component with a custom converter for the attribute 'text'. This converter should convert the attribute given as text to the length of the text. This converter is not called.
What's the expected result?
The converter should be called and the rendered text should be "6" instead of "AAAAAA".
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-kwbwgy?file=src%2Fcomponents%2FA.js
Participation
The text was updated successfully, but these errors were encountered: