Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upviewGenerator key being dropped in config merge #142
Comments
This comment has been minimized.
This comment has been minimized.
Hi there! OMG, this is strange... Could you give me more information on what you're trying? Are you using the latest |
This comment has been minimized.
This comment has been minimized.
hi @LonelyPrincess ! thanks for following up. sorry i forgot to mention that basic information - i'm using so i could use |
This comment has been minimized.
This comment has been minimized.
after installing off the latest
|
This comment has been minimized.
This comment has been minimized.
fixed in rc2 |
hi! i just noticed that
viewGenerator
was being lost in a merge ininitializeGraphState
ingraph.helper.js
:var newConfig = Object.assign({}, _utils2.default.merge(_graph5.default, config || {}));
adding the
viewGenerator
key tograph.config.js
seemed to fix the issue.