Skip to content

Commit

Permalink
remove stale comment
Browse files Browse the repository at this point in the history
  • Loading branch information
trusktr committed Dec 17, 2023
1 parent af6ddeb commit 7257525
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion dist/element.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/element.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ function applyElementDecoration(
const prop = propSpec.name as keyof this
const useSignal = !noSignal?.has(prop as PropKey)

// CONTINUE this is for non-deco usage, so decos should work without this (currently breaks if commented out because decos unintentionally rely on it, but decos should work only with the @signal composition)
if (useSignal) propsToSignalify.push(prop)

const handler = propSpec.attributeHandler
Expand Down

0 comments on commit 7257525

Please sign in to comment.