| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
🦋 Changeset detectedLatest commit: 5bf64d2 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Sorry, something went wrong.
Size Report 1Affected Products
Test Logs |
Sorry, something went wrong.
Size Analysis Report 1This report is too large (136,349 characters) to be displayed here in a GitHub comment. Please use the below link to see the full report on Google Cloud Storage.Test Logs |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
See #7262
The if block added for modular autoinit is intercepting errors that users should be getting for calling getApp() before initializeApp(). This change uses getDefaultAppConfig() as an additional condition. If it returns undefined, this isn't a modular autoinit situation and the user will get the correct NO_APP error.
Also updated the error message with the correct modular name for initializeApp().
Also stubbed logger.debug on a test that had a verbose debug log that was cluttering test output.