Fix initial
This commit is contained in:
parent
418f6a23e0
commit
6a378303e4
|
@ -1285,7 +1285,7 @@ const shouldReplaceBinding = (currentValue, from, convertTo, binding) => {
|
|||
return false
|
||||
}
|
||||
|
||||
if (convertTo.includes(" ")) {
|
||||
if (binding.readableBinding.includes(" ")) {
|
||||
return false
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue