jonathan-s / django-sockpuppet

Build reactive applications with the django tooling you already know and love.
https://github.com/jonathan-s/django-sockpuppet
MIT License
450 stars 22 forks source link

Fix the omission of the stimulus_reflex variable #108

Closed jonathan-s closed 3 years ago

jonathan-s commented 3 years ago

Type of PR (feature, enhancement, bug fix, etc.)

Description

When adding get_context_data to the reflex class I forgot about stimulus_reflex, so it broke there. This PR fixes that.

Fixes # (issue) Fixes #107

Explain value.

Checklist