Skip to content

Commit

Permalink
update tonic, rm ts error comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nichoth committed Apr 11, 2024
1 parent 0e54b55 commit bff2071
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"dependencies": {
"@bicycle-codes/raf-scroll": "^0.0.2",
"@bicycle-codes/tonic": "^15.4.5"
"@bicycle-codes/tonic": "^15.4.11"
},
"devDependencies": {
"@bicycle-codes/tapzero": "^0.9.2",
Expand Down
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ export class ScrollProgress extends Tonic {

render () {
const classes = (['scroll-progress'])
// @ts-expect-error broken upstream
.concat((this.props.class || '').split(' '))
.filter(Boolean)
.join(' ')
Expand Down

0 comments on commit bff2071

Please sign in to comment.