Skip to content

Commit

Permalink
Update server.js
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Christian <33403762+rschristian@users.noreply.github.com>
  • Loading branch information
Austaras and rschristian authored May 22, 2024
1 parent 8a55752 commit 8315512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compat/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ try {
renderToPipeableStream = mod.default || mod.renderToPipeableStream || mod;
} catch (e) {
throw Error(
'renderToPipeableStream() error: using outdated version of "preact-render-to-string" dependency.'
'renderToPipeableStream() error: update "preact-render-to-string" dependency to at least 6.5.0.'
);
}

Expand Down

0 comments on commit 8315512

Please sign in to comment.