#building the threads application
11 messages · Page 1 of 1 (latest)
⚠️ Please do not screenshot code as it causes a number of issues:
💠💠💠
- Ease of assistance - If someone wants to copy your code and correct it, they cannot. Making it easy for people to help you is in your best interests.
- Editorialising - It's common to try to make images small in size, which means you're likely to crop out code relevant to your issue.
- Accessibility - Wide images can be hard to read on mobile devices, and are impossible for screen readers.
- Legibility - You cannot read screenshots of code directly, instead you have to open them in an enlarged context.
- Bandwidth usage/clutter - Some of our members use metered connections, and it is wasteful for them to download images of text.
For a small amount of code, please use a codeblock (!!help.codeblocks), while an external repository (see !!help.code) is suitable for larger codebases.
How can I fixed this error? I got this error after linking clerk just like the guidelines in the video on YouTube
!!help.img
⚠️ Please do not screenshot code as it causes a number of issues:
💠💠💠
- Ease of assistance - If someone wants to copy your code and correct it, they cannot. Making it easy for people to help you is in your best interests.
- Editorialising - It's common to try to make images small in size, which means you're likely to crop out code relevant to your issue.
- Accessibility - Wide images can be hard to read on mobile devices, and are impossible for screen readers.
- Legibility - You cannot read screenshots of code directly, instead you have to open them in an enlarged context.
- Bandwidth usage/clutter - Some of our members use metered connections, and it is wasteful for them to download images of text.
For a small amount of code, please use a codeblock (!!help.codeblocks), while an external repository (see !!help.code) is suitable for larger codebases.
Read above.
Also it seems you're getting a ClerkInstanceContext error.
In your layout.jsx, wrap your stuff with ClerkProvider
Yes sir I did that ClerkProvider too but this error keep showing
export default const RootLayout = ({ children }) => {
return (
<ClerkProvider>
...
<ClerkProvider/>
)
}```
!!help.code