-
Notifications
You must be signed in to change notification settings - Fork 6
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
Duplicates #2
Comments
laravel-reactions/src/Traits/Reacts.php Line 12 in 5de9957
using sync() methood instead of attach() |
this does not fix the issue |
Hey, maybe my solution will help you:
The other bit:
|
thank you for your answer, but it says that the react validate method does not exist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you for this! I'm having an issue where when a user reacts to a post, if they react again, instead of replacing the current reaction, a new record is created, with the exact same reaction!
Any way to fix this?
The text was updated successfully, but these errors were encountered: