We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56f04ed commit 444a90bCopy full SHA for 444a90b
docs/更新日志.md
@@ -6,6 +6,14 @@ abbrlink: 179nqpxt
6
7
`create-react-doc` 严格遵循 [Semantic Versioning 2.0.0](http://semver.org/lang/zh-CN/) 语义化版本规范。
8
9
+### 1.9.2
10
+
11
+`2022-04-09`
12
13
+- **Fix**
14
15
+ - 🐞 修复标签页包含重复标签归档的问题。[issue](https://github.com/MuYunyun/create-react-doc/issues/286)
16
17
### 1.9.1
18
19
`2022-04-05`
packages/crd-seed/component/Tags/index.js
@@ -12,7 +12,6 @@ const Tags = () => {
const routeMatch = useMatch(path) || {}
const { name } = routeMatch.params || {}
- console.log('mapTagsWithArticle', mapTagsWithArticle)
return (
<div className={styles.tags}>
<div className={styles['tags-title']}>{name || 'Tags'}</div>
0 commit comments