We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53bcc8e commit 14330cdCopy full SHA for 14330cd
responses.md
@@ -791,7 +791,7 @@ import { useEventStream } from "@laravel/stream-react";
791
792
function App() {
793
const { message } = useEventStream("/stream", {
794
- event: "update",
+ eventName: "update",
795
onMessage: (message) => {
796
//
797
},
@@ -814,7 +814,7 @@ function App() {
814
import { useEventStream } from "@laravel/stream-vue";
815
816
const { message } = useEventStream("/chat", {
817
818
819
// ...
820
0 commit comments