-
Preliminary Checks
DescriptionI have simple array of strings contain image names and try to use StaticImage to display image but not working import Layout from "../components/layout"; const carLogos = [ const IndexPage = () => (
))} ); export default IndexPage; However if I change <StaticImage src={"../images/car-logo/" + logo} alt="Trust Us" /> which refer to variable, not array, then it is working Reproduction LinkSteps to Reproducecopy this IndexPage and run server Expected ResultImages should render Actual ResultImages aren't shown EnvironmentWindows, Mac Config FlagsNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Please see #31760 |
Beta Was this translation helpful? Give feedback.
Please see #31760