missing style.css in v9.0.4 #2328
Unanswered
jsmith8954
asked this question in
Support
Replies: 1 comment 3 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.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Upgrading to
9.0.4
from version 8, and following the upgrade guide.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
style.css
under the/dist
folder either for version 9 and gives the same error.if i change the import to the
src
directory, it does correctly compile and work, but this isn't the best solutionCurious if I'm missing something, or if this is a known issue.
Thanks in advance.
Code
Please include the code required to reproduce the bug.
Expected Behavior
able to import the "react-day-picker/style.css" and pick up the correct styling
Actual Behavior
compile error because the style sheet appears to be missing
Screenshots
If applicable, add screenshots or GIFs to help explain your problem.
Beta Was this translation helpful? Give feedback.
All reactions