Closed chxry closed 1 month ago
Hi! Can you update to latest version? You should now be doing it like this:
import { AddressElement } from 'solid-stripe'
<AddressElement options={{ mode: 'shipping', allowedCountries: ['uk'], fields: { phone: 'always' } }} />
All props should now be in the options
prop 🫡
When creating an address element like this, the
allowedCountries
andfields
properties are ignored.<Address mode="shipping" allowedCountries={["uk"]} fields={{ phone: "always" }} />