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

(FunctionClauseError) no function clause matching in Oban.Web.StateComponent.handle_event/3 #289

Closed
milmazz opened this issue Jul 8, 2020 · 1 comment
Assignees
Labels
area:web Related to Oban Web kind:bug Something isn't working

Comments

@milmazz
Copy link
Contributor

milmazz commented Jul 8, 2020

Environment

  • Oban Version: Oban v2.0.0-rc.3, Oban.Web v2.0.0-alpha.1, Oban.Pro v0.2.1

Current Behavior

The most recent version from Oban.Web is showing a FunctionClauseError, you can see more details in the following link.

https://sentry.io/share/issue/2166bbc3c6534769a3f99424022d74e5/

Expected Behavior

Oban.Web should handle the event.

@sorentwo sorentwo self-assigned this Jul 8, 2020
@sorentwo sorentwo added kind:bug Something isn't working area:web Related to Oban Web labels Jul 8, 2020
@sorentwo
Copy link
Owner

sorentwo commented Jul 9, 2020

This is due to collisions between myself values in nested components. The issue was reported in phoenixframework/phoenix_live_view#895 and fixed with phoenixframework/phoenix_live_view#964. The fix is included in Live View 0.14, which the next version of ObanWeb supports.

@sorentwo sorentwo closed this as completed Jul 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:web Related to Oban Web kind:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants