-
Notifications
You must be signed in to change notification settings - Fork 985
Removed unnecessary types #9372
New issue
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
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: c087753 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 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 |
Size Report 1Affected Products
Test Logs |
Size Analysis Report 1Affected Products
Test Logs |
hsubox76
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- changeset
- yarn format
@hideconstructorwill keep it out of the types, which is good enough here, but if you're planning to publish reference docs (I see that PR hasn't been merged yet) I don't know if it will work. I don't think it's a tag api-documenter recognizes. You might have to put both@hideconstructorand@internal.- I'm getting a lot of errors on build (duplicates of this one in a few different places), are you getting these? It doesn't prevent the build from completing but it's probably not good.
src/index.ts → dist/index.esm.js...
(!) Plugin rpt2: src/core/QueryManager.ts:71:11 - error TS2353: Object literal may only specify known properties, and 'projectId' does not exist in type 'ConnectorConfig'.
71 projectId: queryRef.dataConnect.app.options.projectId!,
~~~~~~~~~
src/api/Reference.ts:51:3
51 connectorConfig: ConnectorConfig;
~~~~~~~~~~~~~~~
The expected type comes from property 'connectorConfig' which is declared here on type 'RefInfo<Variables>'
yuchenshi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rubberstamp for API doc changes
Hey there! So you want to contribute to a Firebase SDK?
Before you file this pull request, please read these guidelines:
Discussion
If not, go file an issue about this before creating a pull request to discuss.
Testing
API Changes