Skip to content

Commit

Permalink
chore: filter request (#559)
Browse files Browse the repository at this point in the history
  • Loading branch information
uyarn authored Nov 18, 2024
1 parent 9012107 commit c09fce5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/components/src/components/td-header/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@ export default define({
set: (_host, value) => value,
connect: (host) => {
allComponentsNpmUrl.forEach((item) => {
// flutter is not a npm package
if (item === 'tdesign-flutter') return;
fetch(`https://service-edbzjd6y-1257786608.hk.apigw.tencentcs.com/release/npm/versions/${item}`)
.then((res) => res.json())
.then((res) => {
Expand Down

0 comments on commit c09fce5

Please sign in to comment.