Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Importing CSS breaks functionality #710

Open
ptrnln opened this issue Oct 31, 2024 · 1 comment
Open

Importing CSS breaks functionality #710

ptrnln opened this issue Oct 31, 2024 · 1 comment

Comments

@ptrnln
Copy link

ptrnln commented Oct 31, 2024

I'm using this in a React app for an audio player playlist menu. Without importing the CSS I can reorder the playlist just fine, only without any visual indicator besides the reordering, but as soon as I import the CSS it no longer works. Even if I comment out the entire file, the visual indicators remain but the behavior is still broken. The playlist is coming from my Redux state fyi, but if the state selection was blocking updates then I would think it would even without the CSS.

Please only use GitHub issues for bug reports and feature requests.

  • Read the contributing guidelines
  • Bug reports containing repro steps are likely to be fixed faster
  • Feature requests should be multi-purpose, describe use cases
  • For support requests or questions, please refer to our Slack channel
@ptrnln
Copy link
Author

ptrnln commented Oct 31, 2024

Disregard the part about commenting everything out, that was just because Vite doesn't track changes made within the node modules directory.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant