-
Beta Was this translation helpful? Give feedback.
Answered by
BatuhanW
Dec 5, 2023
Replies: 1 comment
-
Hello @van-vince, it's hard to judge but, I noticed this condition:
So, here you are returning |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
BatuhanW
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @van-vince, it's hard to judge but, I noticed this condition:
if (!isLoaded) return
So, here you are returning
undefined
. This could be the problem. Try to return an empty element ornull
, that should fix your issue.