Tutorial feedback and issues #1
Replies: 2 comments
-
cant install remix-image on remix 2.8.1 npm ERR! code ERESOLVE |
Beta Was this translation helpful? Give feedback.
-
On the step "Use component" in the tutorial there's a little problem. The code example is: import Image from "remix-image";
<Image
loaderUrl="/api/image"
src="..."
responsive={[
{
size: {
width: 100,
height: 100,
},
maxWidth: 200,
},
]}
dprVariants={[1, 3]}
/> The import should however be: import { Image } from "remix-image"; |
Beta Was this translation helpful? Give feedback.
-
Docusaurus tutorial
The Docusaurus tutorial is very important: it is the very first thing a Docusaurus user sees (init template or CodeSandbox)
Please report here if anything does not work or is unclear.
Beta Was this translation helpful? Give feedback.
All reactions