react-uwp icon indicating copy to clipboard operation
react-uwp copied to clipboard

needGenerateAcrylic={false} on SSR

Open DominykasZaksas opened this issue 6 years ago • 0 comments

I am working on NextJS project (server side rendering)

On link https://www.react-uwp.com/server-side-rendering

Sample code says needGenerateAcrylic={false} // if using SSR, set this config to false, using fallback color

But that's all the information I can really find. So I have some questions:

  1. Why do I need to set to false even though acrylic background is display correctly with flag set to true
  2. Where do I set a fallback colour?

Thanks

DominykasZaksas avatar Aug 27 '19 22:08 DominykasZaksas