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
Stuff like this makes peoples' eyes burn:
State = image_src_list: []
Factor out the global and instead pass it around as inputs to the system.
The text was updated successfully, but these errors were encountered:
A side effect of this manifested in #34.
Suggest we pass an immutable data object between function calls and callbacks in place of maintaining a global State object.
Sorry, something went wrong.
No branches or pull requests
Stuff like this makes peoples' eyes burn:
Factor out the global and instead pass it around as inputs to the system.
The text was updated successfully, but these errors were encountered: