https://stackoverflow.com/questions/29180611/how-to-comment-ejs-code-js-node
There is two solutions:
<%# comment %>
( it's from documentation )<%/* comment */%>
( it works too but it's pretty ugly and uncomfortable for use )
https://stackoverflow.com/questions/29180611/how-to-comment-ejs-code-js-node
There is two solutions:
<%# comment %>
( it's from documentation )<%/* comment */%>
( it works too but it's pretty ugly and uncomfortable for use )import React , { useEffect , useRef } from "react" import { StaticImage } from "gatsby-plugin-image" impor...
Không có nhận xét nào:
Đăng nhận xét