-
Notifications
You must be signed in to change notification settings - Fork 279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
createRoomContext is not a function #4
Comments
Hi @rafiqulshopon |
Hi @rafiqulshopon I faced the same error. This is because code places resolveUsers and resolveMentionSuggestions in an unsupported location (createRoomContext), which causes them to not work as intended.This functions are not supported in the createRoomContext method. They must be defined at the createClient level. The code below will solve the error.
|
I'm getting this error -
my liveblocks.config.ts code -
my repo - https://github.com/rafiqulshopon/figma-clone
@adrianhajdin Could you please help me to solve this issue.
The text was updated successfully, but these errors were encountered: