You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.
I've then structured my root.tsx file as you can see below. But for some reason, the images and styles breaks. At first I thought it was a problem with the hot reloading but doing a production build does not help.
Is there something in the ReactQL pipeline that is "unusual" regarding to building and packaging that makes this incompatible with "standard rendering"?
Sometimes the css "comes back"if I click on items in the ui (without navigating). Somethings it works after a reload, sometimes i need to rebuild all. But I cannot see any pattern to it.
Also the log prints out occasional errors like: react-dom.development.js:507 Warning: Prop `data-focuszone-id` did not match. Server: "FocusZone1296" Client: "FocusZone1"
Which makes me believe that something is way out of sync here.
Suggestions anyone?
PS I'm very new to both this starter kit and the Office Fabric kit.
I'm trying to get this framework to behave but I must be missing something.
I've added some styles to the
styles.global.scss
file in order to create a pretty standard layout (header, footer, sidebar).I've decided to use the Office Fabric React UI components.
I've then structured my
root.tsx
file as you can see below. But for some reason, the images and styles breaks. At first I thought it was a problem with the hot reloading but doing a production build does not help.Is there something in the ReactQL pipeline that is "unusual" regarding to building and packaging that makes this incompatible with "standard rendering"?
Sometimes the css "comes back"if I click on items in the ui (without navigating). Somethings it works after a reload, sometimes i need to rebuild all. But I cannot see any pattern to it.
Also the log prints out occasional errors like:
react-dom.development.js:507 Warning: Prop `data-focuszone-id` did not match. Server: "FocusZone1296" Client: "FocusZone1"
Which makes me believe that something is way out of sync here.
Suggestions anyone?
PS I'm very new to both this starter kit and the Office Fabric kit.
root.tsx
Example: broken styles
The text was updated successfully, but these errors were encountered: