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
React-UWP components require a theme to be provided.
The quickest way to get up and running is by using the Theme to inject the theme into your application context.then, you can use any of the components as demonstrated in documentation.
If you coding by Typescript, add ReactUWP namespace to tsconfig.json.
{"compilerOptions": {"typeRoots": ["./node_modules/@types"],"filesGlob": ["**/*.ts","**/*.tsx"],"files": ["node_modules/react-uwp/index.d.ts"// add to here.]}}
Not yet, i guess it may some conflicts with eslint tool. But I'm not professional with this, so I pending this issue and continue to go for development.
Problem description
I saw there is mark theme as the "ReactUWP.ThemeType", but i don't see anywhere import the ReactUWP, what's the mean of this?
When i comment in git, it will show this is not definition:
15:21 error 'ReactUWP' is not defined no-undef
Link to minimal working code that reproduces the issue
Versions
The problem is not at compile be when i commit the code to repository, it will occur the error
The text was updated successfully, but these errors were encountered: