We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a25993f commit a3fd0e2Copy full SHA for a3fd0e2
src/pure.ts
@@ -24,7 +24,7 @@ function getRenderer() {
24
const options = renderers
25
.map(({ required }) => ` - ${required}`)
26
.sort((a, b) => a.localeCompare(b))
27
- .join('/n')
+ .join('\n')
28
29
throw new Error(
30
`Could not auto-detect a React renderer. Are you sure you've installed one of the following\n${options}`
0 commit comments