Skip to content

Commit

Permalink
fix: exfiltrate React using useId
Browse files Browse the repository at this point in the history
  • Loading branch information
SpikeHD authored and yellowsink committed Mar 29, 2024
1 parent 2bcd644 commit 9c8a7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shelter/src/react.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import exfiltrate from "./exfiltrate";

export let React, ReactDOM;

exfiltrate("useRef").then((v) => (React = v));
exfiltrate("useId").then((v) => (React = v));
exfiltrate("findDOMNode").then((v) => (ReactDOM = v));

0 comments on commit 9c8a7da

Please sign in to comment.