react-uwp
react-uwp copied to clipboard
needGenerateAcrylic={false} on SSR
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:
- Why do I need to set to false even though acrylic background is display correctly with flag set to true
- Where do I set a fallback colour?
Thanks