Closed dalbo closed 1 year ago
Looks great 🙌 Thanks a lot
Just tried it out in a project, and I see this error. I wonder why the old "assertions" still work and only new ones throw this error 🤔 Any idea?
I based this on the 1.0 branch, supporting Livewire 2, I didn't look at the Pull Request for Livewire 3. It looks like the method of loading the page content has changed from
$this->stripOutInitialData($this->lastRenderedDom)
to
$this->html()
We've not migrated to Livewire 3 yet though.
Ah, absolutely right. I merged the L3 PR before yours, that was the mistake. Fixed it now for the latest version.
Bug I guess we still need your assertions in the 1.x branch?
If it's not too painful to merge it in and make a new 1.x release, then that would be fantastic.
Sure, can you trigger a PR from you again to the 1.0 branch?
I'm pretty new to this, but it looks like there is only a tag for 1.0, no branch. So I'm having trouble triggering a new PR.
…ntWithoutModifiers" and their negative versions.
Add tests for these new assertions. Add documentation for these new assertions.