Dima Portenko
Dima Portenko
I've just merged it with the master. `Files changed` still shows the same results, so it is safe to continue,
@0xMatt `After fixing this endpoint on my local copy `. 1. What was the issue and how did you fix it? 2. What is Magento version you are using?
From https://devdocs.magento.com/guides/v2.3/coding-standards/technical-guidelines.html#1-basic-programming-principles ``` 6.4.3.1. Strict typing is enforced for Service and Data interfaces located under MyCompany/MyModuleApi/Api. Only the following types are allowed: - Scalar types: string (including Date and DateTime);...
``` You are pointing to a methodrather than an interface. There should be a method defined for this within MMA\CustomApi\Api\PaymentTokenManagementInterface and it should be mapped in di.xml like the other...
@Booker-CU as mentioned here https://github.com/facebook/react/issues/29017#issuecomment-2100762816, you can use `useFormState` from react-dom instead of `useActionState`. I was able to finish `Chapter 14` with this solution.
@Ayub-7 not sure I understand your question, but `npm run build` works for me.
Do you happen to have any updates here? My use case is to enable the AI agent to create required fields in a slice automatically, rather than doing it manually...
@benjammartin ok, let's say I just need "create fields in a Slice" but not manually, but via some API, or even MCP server.
@benjammartin last week I was working on the pretty simple task - convert figma web page design to configurable slices. I used claude code for it. Each slice creation was...
@benjammartin > Have you had a chance to try either of these features? I haven't tried it yet. I definitely will. > From your point of view, what’s missing to...