why using isLoading(false)? #5
-
useEffect (() => { useEffect (() => { Aşağıdaki işlem ile false yapılan nedir? Neden Fetch işleminde buna gerek duyuyoruz? Teşekkürler. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You should send the data you created with hello context to your page (ChatContext.Provider). I think the error comes from here. You can modify the code block below. return <ChatContext.Provider value={values}>{children}</ChatContext.Provider>; |
Beta Was this translation helpful? Give feedback.
You should send the data you created with hello context to your page (ChatContext.Provider). I think the error comes from here. You can modify the code block below.
return <ChatContext.Provider value={values}>{children}</ChatContext.Provider>;