Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Commit

Permalink
Fixes dep bug when inline install not enabled (#1184)
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-cortes authored May 17, 2021
1 parent 371545d commit 6d84bbd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/apps/hw.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ export const streamAppInstall = ({
initState(e.result)
);

if (!state.installQueue.length) {
// NB nothing to do
return defer(onSuccessObs || empty);
}

if (
isOutOfMemoryState(predictOptimisticState(state)) ||
!getEnv("EXPERIMENTAL_INLINE_INSTALL")
Expand Down

1 comment on commit 6d84bbd

@vercel
Copy link

@vercel vercel bot commented on 6d84bbd May 17, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

Please sign in to comment.