Skip to content
Snippets Groups Projects
  • Christopher Willis-Ford's avatar
    2be8205a
    Move scratch-storage init/attach to vmListenerHOC · 2be8205a
    Christopher Willis-Ford authored
    Attaching the storage module in `vmListenerHOC` means it can propagate
    down to the GUI, stage, and blocks naturally. The default VM property
    value has been removed from those places so that we're not instantiating
    extra VM instances any more. Instead, using one of those components
    outside of the `vmListenerHOC` framework will require providing a VM
    instance as a property.
    2be8205a
    History
    Move scratch-storage init/attach to vmListenerHOC
    Christopher Willis-Ford authored
    Attaching the storage module in `vmListenerHOC` means it can propagate
    down to the GUI, stage, and blocks naturally. The default VM property
    value has been removed from those places so that we're not instantiating
    extra VM instances any more. Instead, using one of those components
    outside of the `vmListenerHOC` framework will require providing a VM
    instance as a property.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
stage.jsx 5.67 KiB