bjones1 / CodeChat_Editor

The CodeChat Editor provides an easy-to-use literate programming environment
Other
8 stars 9 forks source link

The error Object literal may only specify known properties, and 'code_doc_block_arr' does not exist in type 'CodeChatForWeb' #35

Closed Akame-Ga-Kill closed 1 month ago

Akame-Ga-Kill commented 1 month ago

The error Object literal may only specify known properties, and 'code_doc_block_arr' does not exist in type 'CodeChatForWeb' . suggests that code_doc_block_arr is not part of the CodeChatForWeb type, which is defined in the CodeChatEditor.mts file. Solution: If code_doc_block_arr is needed, add it to the CodeChatForWeb type. If it’s not required, remove its reference from your code.

bjones1 commented 1 month ago

I'm guessing this was an error reported during npm run build? If so, it's ignorable; I'll have an update soon with a cleaner build output.