-
Notifications
You must be signed in to change notification settings - Fork 5
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
preview not work in WebStorm #103
Comments
Same for WebStorm 2023.3.1 |
I'm using PhpStorm 2023.3.4 and I am seeing this, too. I am using Vite along with React, and when I try to preview a component, it just says "Waiting for dev server..." and sits there forever. Accessing Does this require any additional setup to work with Vite? |
I can't get the plugin to work with Rider 2024.1.2, on a vite 5.2.11 project as well. Same issue - 'waiting for dev server'. |
Preview seems to work if you explicitly specify a binding host for the dev server, in vite: |
Works, thanks @djpowell! |
It works for me , Thanks. My environment is macos 14.5 , WebStorm 2024.2.3, React Buddy 242.20224.155 |
when i click component preview, it is stucked showing waiting for server...
WebStorm 2023.2.4
The text was updated successfully, but these errors were encountered: