Skip to content

Commit

Permalink
Revert shortened url
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Jun 26, 2024
1 parent e588d19 commit 4c4c507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/runtime/src/auto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ export function installAutoSignalTracking() {
const [major] = reactVersion.split(".").map(Number);
if (major >= 19) {
throw new Error(
"Automatic signals tracking is not supported in React 19 and later, try the Babel plugin instead https://bit.ly/3zbndcL."
"Automatic signals tracking is not supported in React 19 and later, try the Babel plugin instead https://github.com/preactjs/signals/tree/main/packages/react-transform#signals-react-transform."
);
}
installCurrentDispatcherHook();
Expand Down

0 comments on commit 4c4c507

Please sign in to comment.