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

absoluteUrl #108

Open
darsh0p opened this issue Aug 7, 2024 · 1 comment
Open

absoluteUrl #108

darsh0p opened this issue Aug 7, 2024 · 1 comment

Comments

@darsh0p
Copy link

darsh0p commented Aug 7, 2024

Module '"@/lib/utils"' has no exported member 'absoluteUrl'.ts

in trpc/index.ts and provider.tsx

@coolchigi
Copy link

utils.ts has an absoluteUrl function. You have to remember to export the function. Like so

export function absoluteUrl(path: string) {

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

No branches or pull requests

2 participants