Hyperline will not load in 2.0.0-canary.14
See original GitHub issueOn 2.0.0-canary.14 (latest beta at present), other plugins load fine, but Hyperline will not load.
Attempted to delete ~/.hyper_plugins and restart, but that did not resolve the problem. If I revert to 1.4.8 using the same config, Hyperline loads correctly.
Platform is macOS 10.13.3
Developer Tools console shows:
bundle.js:1 (re)loading renderer plugins
bundle.js:1 Plugin hyper-quit (1.0.2) loaded.
bundle.js:1 Plugin hyperterm-paste (1.1.2) loaded.
index.html:35 total init time 205.63
Issue Analytics
- State:
- Created 5 years ago
- Reactions:5
- Comments:10 (6 by maintainers)
Top Results From Across the Web
Hyper™
The user can hot-load and hot-reload plugins by pressing Command + R (refresh). Please strive to make plugins that don't require a complete...
Read more >Neo4j Download Center - Neo4j Graph Data Platform
Deploy and manage the Neo4j Database on Kubernetes with Helm Charts for Standalone Instances (Enterprise and Community Edition), Clusters and Read-Replicas ( ...
Read more >Changelog — troposphere 4.0.1 documentation - Read the Docs
Changes have been made to maintain backward compatibility in troposphere 3.x releases. Please open a github issue if an auto-generated class is not...
Read more >Amazon Linux 2022 packages updated 2022-12-07
1.07.1-14.amzn2022.0.1. bcache-tools. 1.1-0.amzn2022.0.1 ... 2.0.0-5.amzn2022. jakarta-mail ... perl-Module-Install-AuthorRequires.
Read more >8.1.1-canary.70 - next - npm
The React Framework. Latest version: 13.1.1, last published: 18 hours ago. Start using next in your project by running `npm i next`.
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
I’m working on it currently. I replaced aphrodite with styled-jsx, but I still have an issue with the dependence to hyper exposing/hijacking modules. Either I make a PR for hyper, or we include react and
hyper/component
(which is now justReact.PureComponent
) to this module ourself.Doesn’t work in 2.0 stable release as well.