Comments (6)
If I try grunt test -debug, and click the link, they all pass. But the command line gives no output.
from react.
Does it hang on phantom:run, or does it not get that far?
from react.
I wasn't able to reproduce this on my machine, but I suspect something is going wrong in test/phantom-harness.js
. If you have some time, can you try sprinkling some console.log
statements in there, just to see how far it gets before it hangs?
from react.
It gets to phantom:run:
from react.
@jordow any luck with this? Still can't reproduce it here, but happy to dig deeper if it's still a problem.
from react.
Fixed now
from react.
Related Issues (20)
- [React 19]
- Bug: it not work
- [DevTools Bug] Cannot remove node "37930" because no matching node was found in the Store. HOT 2
- Bug: help HOT 1
- [DevTools Bug]: cannot double click anymore on component name to filter the tree view (in Components tab) (since v6.1.1) HOT 3
- Feature Request: Official React VSCode Extension with Practical Enhancements HOT 2
- [React 19]
- [DevTools Bug]: Apple CloudKit JS sign in button doesn't work when extension is enabled
- Bug: Maximum update depth exceeded HOT 4
- Bug: `renderToStaticMarkup` throws error on client components
- [React 19] React Server Components: `flushScheduled` Initialization in `startWork` Can Be Improved
- [your Data]
- Bug: React Dev Tools does not have a Google Chrome Store Established Publisher badge HOT 1
- [DevTools Bug] Cannot add node "29" because a node with that id is already in the Store. HOT 2
- Bug: react-dom.development.js:1571 Uncaught InvalidStateError when handling file input in React 16.13.1
- Bug: [React 19] Cannot read properties of undefined (reading 'ReactCurrentBatchConfig'
- [DevTools Bug]: Firefox extension out of date (v6.0.0, 2024-09-26) HOT 1
- Bug: eslint-plugin-react-hooks doesnt handle components starting with non-ASCII uppercase letter HOT 2
- [DevTools Bug]: Doesn't work in browser extensions
- [Compiler Bug]: some values set to undefined after optimization HOT 2
Recommend Projects
-
React
A declarative, efficient, and flexible JavaScript library for building user interfaces.
-
Vue.js
🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.
-
Typescript
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
-
TensorFlow
An Open Source Machine Learning Framework for Everyone
-
Django
The Web framework for perfectionists with deadlines.
-
Laravel
A PHP framework for web artisans
-
D3
Bring data to life with SVG, Canvas and HTML. 📊📈🎉
-
Recommend Topics
-
javascript
JavaScript (JS) is a lightweight interpreted programming language with first-class functions.
-
web
Some thing interesting about web. New door for the world.
-
server
A server is a program made to process requests and deliver data to clients.
-
Machine learning
Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.
-
Visualization
Some thing interesting about visualization, use data art
-
Game
Some thing interesting about game, make everyone happy.
Recommend Org
-
Facebook
We are working to build community through open source technology. NB: members must have two-factor auth.
-
Microsoft
Open source projects and samples from Microsoft.
-
Google
Google ❤️ Open Source for everyone.
-
Alibaba
Alibaba Open Source for everyone
-
D3
Data-Driven Documents codes.
-
Tencent
China tencent open source team.
from react.