ghostdevv / svelte-turnstile

A lightweight Svelte component for Cloudflare Turnstile
https://svelte-turnstile.pages.dev/
MIT License
163 stars 10 forks source link

fix: reorder deprecated prop default value assignment #26

Closed matindow closed 2 months ago

matindow commented 2 months ago

Small update to fix an issue preventing the use of the new property names responseFieldName and responseField, which were not being set correctly because the default values in their deprecated counterparts were instead always taking precedence.