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
// mark all camelCase props for all custom react component// because the parse5 within hast-util-raw will lowercase all attr namesnode.value=node.value.replace(COMPONENT_PROP_REGEX,(str)=>{returnstr.replace(/[A-Z]/g,(s)=>`${PROP_STUB_ATTR}${s.toLowerCase()}`,);});
Hello @binyellow. We totally like your proposal/feedback, welcome to send us a Pull Request for it. Please be sure to fill in the default template in the Pull Request, provide changelog/documentation/test cases if needed and make sure CI passed, we will review it soon. We appreciate your effort in advance and looking forward to your contribution!
Version
2.4.5
OS Version
macOS 13.6
Node.js Version
18.17.0
Browser Version
版本 126.0.6478.127(正式版本) (arm64)
Link to minimal reproduction
none
Steps to reproduce
What is expected?
期望小驼峰能正常显示
What is actually happening?
dealOverflow =》deal-$uoverflow
getQuestionIndex =》get-$uquestion-$uindex
Any additional comments? (optional)
No response
The text was updated successfully, but these errors were encountered: