You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Files created from argmap2mup now work with Mindmup:
- `src/argmap2mup.lua`:
- Fix empty `"attr": {"parentConnector":` so it's omitted
instead of having value [], which breaks mapjs logic.
- Delete output `.json`/`.mup` files containing
`"parentConnector": []`.
- Change `default_to_nil()` to be local function (better practice).
- [README.md](../README.md): Update to reflect fix.
Fix#11
e.g. cat examples/example.yml | argmap2mup > example2.mup
Though they open fine using legacy open source version: mindmup/mapjs-webpack-example: simple example how to pack mapjs 2 with webpack
The text was updated successfully, but these errors were encountered: