Skip to content

Conversation

jamesdaniels
Copy link
Member

Checklist

  • Issue number for this PR: #nnn (required)
  • Docs included?: (yes/no; required for all API/functional changes)
  • Test units included?: (yes/no; required)
  • In a clean directory, yarn install, yarn test run successfully? (yes/no; required)

Description

Code sample

@@ -25,10 +26,14 @@ export function createStorageRef(
keepUnstableUntilFirst: <T>(obs$: Observable<T>) => Observable<T>
): AngularFireStorageReference {
return {
getDownloadURL: () => from(ref.getDownloadURL(), schedulers.outsideAngular).pipe(
getDownloadURL: () => of(undefined).pipe(
Copy link
Member Author

Choose a reason for hiding this comment

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

Should port these zone fixes to v5

}
// maybe this is a race condition, invoke in a timeout
// hold for 10ms while I try to figure out what is going on
setTimeout(() => {
Copy link
Member Author

Choose a reason for hiding this comment

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

Investigate more, if I can't find a better work around I should port to v5

@jamesdaniels jamesdaniels merged commit d91965e into master Mar 30, 2020
@jamesdaniels jamesdaniels deleted the rc1-fixes branch March 30, 2020 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants