missing style.css in v9.0.4 #2328
-
Upgrading to it mentions to swap to the styling sheet to import to our typescript file
however, this file appears missing in the package, and is leading to a compile error
I found this similar issue reported (it appears to be for version 8 docs), but there doesn't appear to be a if i change the import to the
Curious if I'm missing something, or if this is a known issue. CodePlease include the code required to reproduce the bug. import { DayPicker } from "react-day-picker";
import "react-day-picker/style.css";
export function Start() {
return (
<DayPicker />
);
} Expected Behaviorable to import the "react-day-picker/style.css" and pick up the correct styling Actual Behaviorcompile error because the style sheet appears to be missing ScreenshotsIf applicable, add screenshots or GIFs to help explain your problem. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
@jsmith8954 some more details about your environment? Are you using typescript, node, babel... which version? The export for Lines 77 to 82 in 114f087 |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
This worked for me in 9.6.7.