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

🚀 Enhancement: Improve supabase types in _app #21

Open
3 tasks done
navin-moorthy opened this issue Apr 6, 2023 · 0 comments · May be fixed by #34
Open
3 tasks done

🚀 Enhancement: Improve supabase types in _app #21

navin-moorthy opened this issue Apr 6, 2023 · 0 comments · May be fixed by #34
Labels
Status: Accepting PRs Please, send a pull request to resolve this! Type: Enhancement Enhancement of the code, not introducing new features.

Comments

@navin-moorthy
Copy link
Contributor

navin-moorthy commented Apr 6, 2023

Bug Report Checklist

  • I have tried restarting my IDE and the issue persists.
  • I have pulled the latest main branch of the repository.
  • I have searched for related issues and found none that matched my issue.

Overview

const MyApp = ({
	Component,
	pageProps: { ...pageProps },
}: AppProps<{
	dehydratedState: unknown;
-	initialSession: Session | null | undefined;
+	initialSession: Session;
}>) => {

Additional Info

@navin-moorthy navin-moorthy added Type: Enhancement Enhancement of the code, not introducing new features. Status: Accepting PRs Please, send a pull request to resolve this! labels Apr 6, 2023
@abhishekmg abhishekmg linked a pull request May 29, 2023 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Accepting PRs Please, send a pull request to resolve this! Type: Enhancement Enhancement of the code, not introducing new features.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant