Closed ken-gladeye closed 3 years ago
Is this during live preview or just editing and saving?
Just when editing and saving the entry not during live preview
@ken-gladeye go it, going to look into this!
Alright, pushed a fix to the develop branch for this.
Have to implement #7 and should be good for another release. I plan to do that this week!
awesome thanks @andris-sevcenko!
Description
I have Live Preview setup with a local Gatsby development as per instruction here
When editing an entry and hit Cmd+S, my local Gatsby displays the following error
Digging a bit deeper, it seems to me that the
alertGatsby
function in Plugin.php does trigger on save but does not send the required element id. Making the following edit seems to resolve the error to me.Happy to do a pull request if you think it's the root cause of the issue.
Steps to reproduce
Additional info