blair
WWasp-lang
•Created by blair on 10/7/2024 in #đŸ™‹questions
Modify data in `onBeforeSignup` hook
No worries and thanks for the response!
10 replies
WWasp-lang
•Created by oaattia on 10/12/2024 in #đŸ™‹questions
Stripe payment refund
via the stripe dashboard or mobile app yeah
7 replies
WWasp-lang
•Created by Julian Mendez on 10/10/2024 in #đŸ™‹questions
Unknown at rule @tailwindcss(unknownAtRules)
The first one is because your code editor (vscode?) thinks you're writing plain css not tailwindcss. If it's vscode, install the tailwindcss extension and set the file language to be tailwind css
12 replies
WWasp-lang
•Created by blair on 10/7/2024 in #đŸ™‹questions
NextJS usePathname equivalent
Ah, after some further reading it seems you guys use react-router under the hood and
useLocation()
works. Perhaps this could be documented? Either way, thanks for all that you do!6 replies