Sjoerd Stottelaar
Sjoerd Stottelaar
Interested in a fix as well, following this issue!
Did you use it with Vue 3? On the Vue 3 branch, it says in the docs that there is a known bug in Rollup that prevents tree shaking. I...
> using unique :key solved my problem.. > note. don't use index as key This solved my issue, thanks!
I just ran into this exact issue with two Statamic 4.42.0 projects. Both projects have Telescope installed. The Pages tree wouldn't load when I added a Linkfield to the homepage...
I'm not sure. Currently if there is no description present, it will look for the first paragraph and get the description from there. So there is no way to tell...
Did you end up finding a solution?
I ended up needing this on my model: ```php protected $appends = [ 'location', ]; ```