Skip to content
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

Add Livewire listener #400

Merged
merged 1 commit into from
Oct 11, 2021
Merged

Conversation

joshhanley
Copy link
Contributor

@joshhanley joshhanley commented Oct 10, 2021

This adds a listener for Livewire to ensure all state is flushed before each operation.

A corresponding PR livewire/livewire#3987 has been submitted to Livewire.

Hope this helps!

@calebporzio
Copy link

Seconding the need for this. Thanks!

@woodspire
Copy link

Instead of adding a listener for all the external packages that would need to be flushed, wouldn't be better to generate an event (FlushRequest) in octane that livewire would register and flush itself ? This way all external packages can be flushed without a PR to octane each time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants