Skip to content
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

export PreloadQueryComponent and PreloadQueryProps types #315

Merged
merged 1 commit into from
Jun 12, 2024
Merged

Conversation

phryneas
Copy link
Member

Fixes #314

@phryneas phryneas requested a review from a team as a code owner June 12, 2024 10:32
@phryneas
Copy link
Member Author

/release:pr

Copy link

netlify bot commented Jun 12, 2024

Deploy Preview for apollo-client-nextjs-docmodel ready!

Name Link
🔨 Latest commit 62716af
🔍 Latest deploy log https://app.netlify.com/sites/apollo-client-nextjs-docmodel/deploys/6669792580df960008a5ff24
😎 Deploy Preview https://deploy-preview-315--apollo-client-nextjs-docmodel.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

A new release has been made for this PR. You can install the package you need using one of

  • npm i @apollo/experimental-nextjs-app-support@0.0.0-commit-release.0.1718188292.62716af
  • npm i @apollo/client-react-streaming@0.0.0-commit-release.0.1718188292.62716af

Copy link

size-limit report 📦

Path Size
{ ApolloNextAppProvider, ApolloClient, InMemoryCache } from '@apollo/experimental-nextjs-app-support' (Browser ESM) 4.81 KB (0%)
{ WrapApolloProvider, ApolloClient, InMemoryCache } from '@apollo/client-react-streaming' (Browser ESM) 1.7 KB (0%)
{ buildManualDataTransport } from '@apollo/client-react-streaming/manual-transport' (Browser ESM) 2.87 KB (0%)
@apollo/client-react-streaming (Browser ESM) 2.41 KB (0%)
@apollo/client-react-streaming (SSR ESM) 7.25 KB (0%)
@apollo/client-react-streaming (RSC ESM) 6.42 KB (0%)
@apollo/client-react-streaming/manual-transport (Browser ESM) 3.08 KB (0%)
@apollo/client-react-streaming/manual-transport (SSR ESM) 8.2 KB (0%)
@apollo/experimental-nextjs-app-support (Browser ESM) 5.39 KB (0%)
@apollo/experimental-nextjs-app-support (SSR ESM) 10.58 KB (0%)
@apollo/experimental-nextjs-app-support (RSC ESM) 6.46 KB (0%)
@apollo/experimental-nextjs-app-support/rsc (RSC ESM) 5.72 KB (0%)

Copy link

relativeci bot commented Jun 12, 2024

#232 Bundle Size — 1.07MiB (0%).

62716af(current) vs 75ee2da main#230(baseline)

Warning

Bundle contains 1 duplicate package – View duplicate packages

Bundle metrics  no changes
                 Current
#232
     Baseline
#230
No change  Initial JS 939.02KiB 939.02KiB
No change  Initial CSS 70B 70B
No change  Cache Invalidation 0.03% 0.03%
No change  Chunks 32 32
No change  Assets 56 56
No change  Modules 591 591
No change  Duplicate Modules 110 110
No change  Duplicate Code 7.61% 7.61%
No change  Packages 26 26
No change  Duplicate Packages 1 1
Bundle size by type  no changes
                 Current
#232
     Baseline
#230
No change  JS 1.06MiB 1.06MiB
No change  Other 8.67KiB 8.67KiB
No change  CSS 70B 70B

Bundle analysis reportBranch pr/fix-314Project dashboard

@phryneas phryneas merged commit a6b0516 into main Jun 12, 2024
18 of 19 checks passed
@phryneas phryneas deleted the pr/fix-314 branch June 12, 2024 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PreloadQuery typescript error
1 participant