Skip to content

Commit

Permalink
fix(solid): Export Provider from the entry
Browse files Browse the repository at this point in the history
  • Loading branch information
XiNiHa committed Sep 13, 2024
1 parent b039ae5 commit 01a3920
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/chilly-cows-brake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@urql/solid': patch
---

Export Provider from the entry
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,6 @@
"dependencies": {
"@actions/github": "^5.1.1",
"node-fetch": "^3.3.1"
}
},
"packageManager": "[email protected]+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
}
2 changes: 1 addition & 1 deletion packages/solid-urql/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export * from '@urql/core';

export { type UseClient } from './context';
export { useClient } from './context';
export { useClient, Provider } from './context';

export {
type CreateMutationState,
Expand Down

0 comments on commit 01a3920

Please sign in to comment.