#building the threads application

11 messages · Page 1 of 1 (latest)

eager hollow
#

!!help.img

atomic patrolBOT
#
⚠️ Please do not screenshot code as it causes a number of issues:
💠💠💠
  1. 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.
  2. 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.
  3. Accessibility - Wide images can be hard to read on mobile devices, and are impossible for screen readers.
  4. Legibility - You cannot read screenshots of code directly, instead you have to open them in an enlarged context.
  5. 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.

eager owl
#

How can I fixed this error? I got this error after linking clerk just like the guidelines in the video on YouTube

eager hollow
#

!!help.img

atomic patrolBOT
#
⚠️ Please do not screenshot code as it causes a number of issues:
💠💠💠
  1. 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.
  2. 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.
  3. Accessibility - Wide images can be hard to read on mobile devices, and are impossible for screen readers.
  4. Legibility - You cannot read screenshots of code directly, instead you have to open them in an enlarged context.
  5. 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.

eager hollow
#

Read above.

#

Also it seems you're getting a ClerkInstanceContext error.

#

In your layout.jsx, wrap your stuff with ClerkProvider

eager owl
#

Yes sir I did that ClerkProvider too but this error keep showing

eager hollow
#
export default const RootLayout = ({ children }) => {
  return (
      <ClerkProvider>
      ...
      <ClerkProvider/>
  )
}```