Croway opened a new issue, #652:
URL: https://github.com/apache/camel-karavan/issues/652
Using the following yaml
```
- route:
from:
uri: "file:foo"
steps:
-to:
uri: "jms:queue:foo"
```
in the code tab and the switch to the Design tab, an empty page is shown
with the following error:
```
react-dom.production.min.js:216 TypeError: t.forEach is not a function
at e.readSteps (CamelDefinitionYamlStep.js:4546:22)
CamelDefinitionYamlStep.js:4546 Uncaught TypeError: t.forEach is not a
function
at e.readSteps (CamelDefinitionYamlStep.js:4546:22)
```
--
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]