We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
there is a warning right after, but the code won't reach there because this line will crash and burn when space is null
space
https://github.com/vizabi/vizabi-reactive/blob/5e6fa9f3d4d0a464e1447bd928efa972aa48a9ca/src/core/dataConfig/dataConfig.js#L133
The text was updated successfully, but these errors were encountered:
Move a warning so it can be displayed before crash
61f6700
Fixes #28
706d771
Need to add tests to dataConfig/solver for how it fails on bad configs or impossible solver configuration.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
there is a warning right after, but the code won't reach there because this line will crash and burn when
space
is nullhttps://github.com/vizabi/vizabi-reactive/blob/5e6fa9f3d4d0a464e1447bd928efa972aa48a9ca/src/core/dataConfig/dataConfig.js#L133
The text was updated successfully, but these errors were encountered: