first flow ok
This commit is contained in:
@@ -119,6 +119,13 @@ const CreateLyricsWithAi = () => {
|
||||
}
|
||||
}, [selectedProject]);
|
||||
|
||||
React.useEffect(() => {
|
||||
console.debug("[CreateLyricsWithAi.web] structure state", {
|
||||
structure,
|
||||
customStructure,
|
||||
});
|
||||
}, [structure, customStructure]);
|
||||
|
||||
const parsedStructure = useMemo(() => {
|
||||
// Parses strings like "1 couplet, 1 refrain, 1 couplet, 1 refrain"
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user