Property 'X' is private and only accessible within class 'xyzComponent'

The problem is buildOptimizer still enabled in JIT for --prod, try ng build --prod --aot=false --build-optimizer=false could solve it.

Không có nhận xét nào:

StaticImage

  import React , { useEffect , useRef } from "react" import { StaticImage } from "gatsby-plugin-image" impor...