joshleblanc / view_component_reflex

Call component methods right from your markup
http://view-component-reflex-expo.grep.sh/
MIT License
293 stars 28 forks source link

fix: added @original_view_context to the unsafe instance variables #67

Closed acarpe closed 3 years ago

acarpe commented 3 years ago

I was getting a SystemStackError stack level too deep see https://github.com/github/view_component/issues/1127

the cause was the missing removal of this instance variable

joshleblanc commented 3 years ago

@acarpe Thanks for this, I push up v3.1.14.pre6 with this change in it.