-
Notifications
You must be signed in to change notification settings - Fork 68
Rename kit lib #1352
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?
Rename kit lib #1352
Conversation
Co-authored-by: Chase Fleming <[email protected]>
Co-authored-by: Chase Fleming <[email protected]>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -32,6 +32,7 @@ | |||
"@headlessui/react": "^2.2.0", | |||
"@mdx-js/react": "^3.1.0", | |||
"@onflow/fcl": "^1.13.1", | |||
"@onflow/react-sdk": "/Users/chasefleming/dev/fcl-js/packages/kit/onflow-kit-0.2.0-alpha.1.tgz", |
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.
local path
@@ -50,4 +46,15 @@ export function getContractAddress(contractName: string): string { | |||
throw new Error(`Contract address not found for ${contractName}`); | |||
} | |||
|
|||
export const flowKitConfig = { |
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.
Maybe just flowConfig? given the removal of kit everywhere
keywords: | ||
- '@onflow/kit' | ||
- '@onflow/react-sdk' |
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.
- '@onflow/react-sdk' | |
- '@onflow/react-sdk' | |
- React SDK |
No description provided.