Bug in 2.2.0 – "default" element created
See original GitHub issueHi there, first of all crel is awesome and been using it for ages without any problems.
I just updated to crel 2.2.0
in a project using Babel 6 with es2015 and stage-3 presets, and am getting the following weird behaviour:
crel('div')
// --> <default>div</default>
crel('div', {'class': 'abc'})
// --> <default>"div""[object Object]"</default>
I don’t know how to begin debugging this because I forked crel and ran npm test
and all tests passed… I guess this must have to do with the new Proxy API support because that’s the only major thing that’s changed since 2.1.8
, which works fine. Any pointers? Thanks!
Issue Analytics
- State:
- Created 8 years ago
- Comments:14 (8 by maintainers)
Top Results From Across the Web
Bug listing with status RESOLVED with resolution FIXED as at ...
Bug :2 - "How do I attach an ebuild. ... Bug:39 - "default.tar.bz2 in mplayer gets wrong digest all the time" status:RESOLVED resolution:FIXED...
Read more >JavaFX 2.2.40 Bug Fixes - Oracle
Bug ID Component/s Description
RT‑25528 App Model, Glass Gtk: Window close cannot be prevented
RT‑31877 Control Performance regression in CSS since 7u40 b32
RT‑31022 Control Backward...
Read more >Known Issues and trouble-shooting - WIPO
Key Description Components Affect...
ST26T‑2900 Event Viewer errors when launching WIPO Sequence WIPO Sequence 2.1.0
ST26T‑2910 Auto‑update does not download the latest binary WIPO Sequence...
Read more >Release Notes — Airflow Documentation
By default Airflow could not be embedded in an iframe. In Airflow 2.2.5 there was a bug introduced that made it impossible to...
Read more >Change Log - OpenSees
20 bug fixes, some of which are: fixing memory leak when using eleResponse; destructor on eigenSOE sometimes called twice causing seg fault; EnvelopeElement...
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
v3 is published.
Actually I’ll throw up a PR in a sec that solves all proxy issues