Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: param-case in the string form will be transformed, but JSX does not. #91

Closed
Seidko opened this issue Mar 27, 2023 · 0 comments
Closed

Comments

@Seidko
Copy link
Contributor

Seidko commented Mar 27, 2023

step to reproduce

code:

<message user-id="12345"></message>

} else {
Object.assign(this.stack[0].author, pick(attrs, ['userId', 'username', 'nickname', 'avatar']))
await this.render(children)

What is received here is user-id, not userId.

@shigma shigma closed this as completed in 2c3dae4 Mar 27, 2023
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

No branches or pull requests

1 participant