Ian Jamieson
Ian Jamieson
You just need to exclude the nonce field using the excludeFields method. eg. form.sisyphus({ excludeFields: $('[name="my_nonce_fied"],[name="_wp_http_referer"]'), });
+1 This would make a great improvement.
Any update on this?
Yes please!
Interestingly it looks like you need to expose metafields via a graphql mutation, and you need to specify the namespace of the fields. They're not automatically available. Still doable.
@arobbins Yeah exactly. And for good reason I suppose, its a security issue. It looks like the metafields for products are exposed at the /admin/products/#{id}/metafields.json endpoint in the admin API....
Hey @arobbins, Inside #product_buy_button, below qty and any variants.
Custom wrapper component does not receive actual MDX content in props.children when using app router
+1 _Edit by maintainers: Comment was **automatically** minimized because it was considered unhelpful. (If you think this was by mistake, let us know). Please only comment if it adds context...
Custom wrapper component does not receive actual MDX content in props.children when using app router
Seems to have changed between v14.0.3 and v14.0.4, it was working for me with v14.0.3.