Hello to all. I wanted to try (again) Avo, followi...
# avo-2
b
Hello to all. I wanted to try (again) Avo, following the Bookr tutorial and ... I must have done something wrong: the main content is not displaying, though it was working when I tried for the very first time. I tried cleaning cache, re-generating the project, even rebooting. In the "Inspector", there is really nothing. What am I missing? 🤔
l
hey @bumpy-tent-43389 what version of view_component are you using?
probably 3?
you can find that usign this command
bundle list | grep 'view_component'
b
``* view_component (3.0.0)``
l
can you please downgrade to 2.X for today?
VC 3.0 was released today and we still haven't merged a PR that added compatibility for that
I'm working on it
or, if you can wait 30 more minutes, I'll issue a new version
actually, please use the 2.x version for today
tomorrow we're releasing 2.31 with a fix for that
I'm not releasing this fix today because I don't want to break things in a patch release
it makes more sense to have such a big change in a minor release
I think this should fix it for you in the
Gemfile
gem 'view_component', '2.82'
b
It works indeed! Thanks for the prompt help. I will keep it that way, to keep on testing, until you release the next version. 👍
2 Views