Skip to content

Commit 444a90b

Browse files
committed
fix: solve duplaction tags problem
1 parent 56f04ed commit 444a90b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/更新日志.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ abbrlink: 179nqpxt
66

77
`create-react-doc` 严格遵循 [Semantic Versioning 2.0.0](http://semver.org/lang/zh-CN/) 语义化版本规范。
88

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+
917
### 1.9.1
1018

1119
`2022-04-05`

packages/crd-seed/component/Tags/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ const Tags = () => {
1212
const routeMatch = useMatch(path) || {}
1313
const { name } = routeMatch.params || {}
1414

15-
console.log('mapTagsWithArticle', mapTagsWithArticle)
1615
return (
1716
<div className={styles.tags}>
1817
<div className={styles['tags-title']}>{name || 'Tags'}</div>

0 commit comments

Comments
 (0)