imacrayon / alpine-ajax

An Alpine.js plugin for building server-powered frontends.
https://alpine-ajax.js.org
MIT License
558 stars 11 forks source link

TypeError in latest version #48

Closed jorisnoo closed 8 months ago

jorisnoo commented 8 months ago

Hi there, and thank you very much for all your effort on this great plugin!

Unfortunately i'm running into the following error on the latest version when using x-target, seems to be related to a recent feature.

TypeError: can't access property "hasAttribute", event.submitter is null

if (event.submitter.hasAttribute("formnoajax")) {
      return;
}
imacrayon commented 8 months ago

Sorry about that v0.4.3 should fix it.

Thanks for taking the time to report this!

jorisnoo commented 8 months ago

Thank you!