David Bruchmann
David Bruchmann
thanks for the feedback! @PKuhlmay I think the issue can be closed then.
don't merge, just cherrypick [fa6d3ba](https://github.com/FriendsOfTYPO3/extension_builder/pull/784/commits/fa6d3baebd83e298176cd1939fb47b4169d80dee)
Thanks for reporting the issue, the provided fix should solve it,
the first issue should be fixed with this commit: https://github.com/FriendsOfTYPO3/extension_builder/pull/775/commits/6de5b593047b5817ce9e24533559c80aacc9ed5b It seems though that it's not merged yet (or better cherry-picked).
see this comment about applying: https://github.com/FriendsOfTYPO3/extension_builder/pull/775#issuecomment-2040147623
with the branch (not Tag !!!) `dev-typo3-12-reactjs` this issue never seems to occur, so I suppose it's not relevant anymore.
Actually I wanted the file [Build/Sources/components/ReactFlow/CustomModelNode.jsx](https://github.com/FriendsOfTYPO3/extension_builder/pull/775/files#diff-856ed42bd1c7ea315f92f9bed026ceeca53ae1c2f67d38ede95df8217be2bdd0) only. The rest should be covered otherwise.
thanks, with the links it might be easier for me to find it out.
see 37970c6 
Actually it'S defined differently, but `//` is probably better than `##` https://github.com/FriendsOfTYPO3/extension_builder/blob/db6794dc28fb074d4dbd80b27b028c90ed0f0006/Classes/Service/RoundTrip.php#L47 Problem might be in yaml files perhaps, I don't know if comments are possible there with `//` Whats...