fresh
fresh copied to clipboard
Fix[Docs] Solve the Navigation Problem #3002
Problem:
The problem was reproduced as described in #3002. Chrome DevTools shows the following error:
props.js:137 Uncaught (in promise) InvalidCharacterError: Failed to execute 'setAttribute' on 'Element': 'docs-content""' is not a valid attribute name. at j (props.js:137:8) at V (index.js:528:5) at O (index.js:326:28) at I (children.js:97:16) at V (index.js:547:4) at O (index.js:326:28) at I (children.js:97:16) at V (index.js:547:4) at O (index.js:326:28) at I (children.js:97:16)
Solution:
The issue was resolved by removing the double quotes around docs-content in the Markdown image description. After this change, the application resumed normal operation.
Test:
Deno task ok and local env check
Close:
close #3002