facing these issue Could not save your project. The last action you took resulted in an invalid state.

image
facing these issue these is pros i gave any helpprops: {
placeholder: {
type: “string”,
defaultValue: “Placeholder text”,
description: “Placeholder text”,
},
value: {
type: “object”,
description: “Value text”,
},
variant: {
type: “choice”,
options: [“primary”, “info”, “success”, “warning”, “danger”],
description: “Text area component color variants”,
},
isize: {
type: “choice”,
options: [“small”, “normal”, “medium”, “large”],
description: “Component size”,
},
loading: {
type: “boolean”,
description: “Optional loading indicator to display”,
},
label: {
type: “string”,
description: “Optional textarea label. Defaults to vertical position”,
},
horizontal: {
type: “boolean”,
description: “Set to true to place the label horizontally”,
},
hint: {
type: “object”,
description:
“Textarea hint to display. Can be used to show validation or success messages.”,
fields: {
type: {
type: “choice”,
options: [“danger”, “success”],
description: “Hint type”,
},
msg: {
type: “string”,
description: “Hint message”,
},
},
},
onChange: {
type: “eventHandler”,
argTypes: [{ name: “value”, type: “string” }],
description: “Callback when the value changes”,
},
},
states: {
value: {
type: “writable”,
valueProp: “value”,
variableType: “object”,
onChangeProp: “onChange”,
},
},
};

Hi! @wa_5-eem-ahmed can you send your project ID?
It would also be helpful to know if you can tell us what was the last thing you changed before you encountered this issue?