In application, across any module, clicking on Show Code displays the code with excessive line breaks. This issue specifically occurs for the code passed in within function to create teal_data .
Initial investigation:
No additional line breaks are found when teal_data is initially created. For example:
What happened?
Tested on refactor branch.
In application, across any module, clicking on
Show Code
displays the code with excessive line breaks. This issue specifically occurs for the code passed inwithin
function to createteal_data
.Initial investigation: No additional line breaks are found when
teal_data
is initially created. For example:The get_code function returns the following result:
However, additional line breaks are observed when application data is passed to modules. click
Show code
button result.