Link example is broken
See original GitHub issueThis is a bug where opening examples/link/link.html
trying to create a ‘link’ throws an error.
Marking this ‘high-priority’ because it’s blocking manual testing of other bug fixes and PRs.
In Chrome:
Uncaught TypeError: Cannot read property 'create' of undefined
In Firefox it throws a more informative error:
TypeError: Entity is undefined
_confirmLink()
browser.js%20line%203193%20%3E%20Function:93
bound _confirmLink()
self-hosted
bound bound _confirmLink()
self-hosted
[64]</ReactErrorUtils.invokeGuardedCallback()
react.js:11110
executeDispatch()
react.js:2891
executeDispatchesInOrder()
react.js:2914
[17]</executeDispatchesAndRelease()
react.js:2346
[17]</executeDispatchesAndReleaseTopLevel()
react.js:2357
forEach()
self-hosted
bound call()
self-hosted
Call()
es6-shim.js:278
forEach()
es6-shim.js:1298
forEachAccumulated()
react.js:17732
[17]</EventPluginHub.processEventQueue()
react.js:2533
runEventQueueInBatch()
react.js:11135
[65]</ReactEventEmitterMixin.handleTopLevel()
react.js:11146
handleTopLevelImpl()
react.js:11224
[114]</Mixin.perform()
react.js:16987
[59]</ReactDefaultBatchingStrategy.batchedUpdates()
react.js:10324
batchedUpdates()
react.js:14689
[66]</ReactEventListener.dispatchEvent()
react.js:11301
bound ()
self-hosted
browser.js%20line%203193%20%3E%20Function:93:11
Issue Analytics
- State:
- Created 7 years ago
- Comments:20 (10 by maintainers)
Top Results From Across the Web
What are Broken Links? And How Do You Find and Fix Them?
Examples of a broken link error code ... Bad URL: Malformed URL (e.g. a missing bracket, extra slashes, wrong protocol, etc.) ... Reset:...
Read more >What are Broken Links? How Do You Find and Fix Them?
Broken links are the ones that can't fulfill the purpose of bringing the user to a new location. Most of us know what...
Read more >What To Do When You Have Broken Links On Your Website
A broken link is a link on a website that no longer works because the website is experiencing one or more of the...
Read more >Broken Link Building: The Complete Guide - Backlinko
Broken Link Building (also known as Dead Link Building) is the practice of building backlinks by replacing links to 404 pages with a...
Read more >How to Find and Fix Broken Links (5 Methods) - Kinsta
Broken links are bad for your site for a few different reasons. First, there's the effect on your human visitors. If someone is...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Here is the old link example. It works nicely for people using version
0.9.0
It’s a bit confusing that the examples are up to date with master and not with the latest stable branch. Any idea when there will be a new release on NPM?