Chris McCord
Chris McCord
`teardown_all` needs to be updated to `on_exit` and we should be good
Yes, :+1: on the removal. We want to make sure only valid keys are passed.
ie, we should raise something like Schema.UndefinedFieldError if a passed key does not map to the defined schema
@rebron I'm getting more reports about this affecting Phoenix users, and I'm wondering if you were able to verify this is actually reproducible on chromium? I see the `repros-on-chromium` and...
It is not framework/server specific as several of the examples here have included other platforms.
aside from `max_entries: 10000,` being an extreme upper bound that we haven't considered, I think master will help a bit here with the message overhead since we now send less...
0.15.6 is out, which does not include the ~H changes. Please give that a shot! Thanks!
I just tested with both: "phoenix_live_view": "file:../deps/phoenix_live_view", and "phoenix_live_view": "^0.15.6", and both work as expected. Can you `rm -rf node_modules` and try again? Are you sure you ran `npm install`...
Ignore me – I was able to replicate it. Let me investigate
webpack build fixed with 0.15.7 release. Please give it a try!