carbone
carbone copied to clipboard
[Bug Report]: Error in resolving aliases
Environment Carbone Studio 2.x.x
Expected Behaviour I've defined a small document with two aliases: one named "a" and the other "ao":
with this report data file:
I expect that the result will be "Result: Building 10 - 7201 Vedder Road"
Actual Behaviour
The result is instead just "Result:"
Steps to reproduce Steps to reproduce the bug:
- Go to https://studio.carbone.io/#/studio
- Upload the data document into the left pane
- Upload the template into the right pane, and see the problem
- If you remove the definition of "a" (starting {#a...) and re-render, the output shows up correctly.
It seems that Carbone is being confused by the use of #a. If I rename "a" to "ab", the template works. So maybe your alias lookup code is broken?
Hello @mjunkin, thank you for reaching us. It is a known issue and we are working on it. Until the fix, aliases should start with different letters.
Hello @mjunkin, we found the issue and the fix is coming.