Skip to content

Commit

Permalink
make voidFn() return value explicit (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
samualtnorman authored Jan 11, 2024
1 parent e4ec396 commit 10ae210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dom-expressions/src/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ export function Hydration(props) {
return props.children;
}

function voidFn() {}
const voidFn = () => undefined

// experimental
export const RequestContext = Symbol();
Expand Down

0 comments on commit 10ae210

Please sign in to comment.