ljmotta commented on code in PR #2463:
URL:
https://github.com/apache/incubator-kie-tools/pull/2463#discussion_r1678228267
##########
packages/unitables/src/uniforms/UnitablesListField.tsx:
##########
@@ -117,7 +117,7 @@ function UnitablesListField({
{
key: `${itemIndex}`,
name: children.props.name
- ?.split(/\$(.*)/s)
+ ?.split(/\$([\s\S]*)/)
Review Comment:
Well, they mean the same thing, but the `.` doesn't work because it was not
implemented before `es2018`. I can add a comment to it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]