react-windows-ui
react-windows-ui copied to clipboard
Missing exports for Appearance.js
Right not, src/lib/src/api/Appearance.js is not exported and cannot be used with import { Appearance } from "react-windows-ui"; as reported in the documentation.
Importing it with import Appearance from "react-windows-ui/dist/api/Appearance"; works just fine.
I'm using version 4.2.2 from npm
Hi @mijorus,
Thanks for observing this error,
Could you please confirm if you are using TypeScript with this project ? (After auditing import is already looking fine for js but not with ts).