samdenty / console-feed

Captures console.log's into a React Component πŸ”₯
https://stackblitz.com/~/github.com/samdenty/console-feed
MIT License
688 stars 109 forks source link

fix(types): missing command and result #74

Closed bodinsamuel closed 3 years ago

bodinsamuel commented 3 years ago
samdenty commented 3 years ago

was it intentional

Yep, the build was failing with them. The types are somehow broken

bodinsamuel commented 3 years ago

Yep, the build was failing with them. The types are somehow broken

Ah let me take a look

bodinsamuel commented 3 years ago

using allowSyntheticDefaultImports seems to do the trick, lmk

bodinsamuel commented 3 years ago

Hey @samdenty can I have some review on this please? ☺️

samdenty commented 3 years ago

the demo seems to be broken with the import * stuff, see browser logs w/ yarn start.

samdenty commented 3 years ago

awesome! published as 3.2.2

bodinsamuel commented 3 years ago

thank you πŸ™πŸ»