We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 386f666 commit 1609c23Copy full SHA for 1609c23
src/message.js
@@ -49,6 +49,7 @@ function messageSetup(componentProps, instance, args) {
49
50
// Set path - path as props supercedes default value
51
if (pathProperty) {
52
+ args[0] = pathProperty;
53
path = pathProperty.split("/");
54
} else {
55
defaultMessage = getDefaultMessage(children);
0 commit comments