UI Library not generates the right code without Datastore #1064
Labels
cli
An issue that needs to be tracked by CLI team
pending-triage
An issue that is pending triage
question
An issue which is a question asked by a customer
studio-ui
An issue that needs to be tracked by Studio Console team
Which Specific Feature is your question related to?
UI Library
Question
Hello,
When I pull the project the files under ui-components have Datastore even though we not enabled Conflict resolution.
So In admin panel Datastore is disabled but when we pull the code In jsx file I can see code with Datastore
Is it correct ?
const record = idProp ? await DataStore.query(Member, idProp) : coachModelProp;
The text was updated successfully, but these errors were encountered: