da517d4055
This was causing React components rendered with client:only to be prefixed with null. While not technically causing any issues, it is unintended and could be considered a bug. Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
5 lines
170 B
Markdown
5 lines
170 B
Markdown
---
|
|
'@astrojs/react': patch
|
|
---
|
|
|
|
fix a bug where react identifierPrefix was set to null for client:only components causing React.useId to generate ids prefixed with null
|