Skip to content

Conversation

@t3dotgg
Copy link
Member

@t3dotgg t3dotgg commented Feb 15, 2023

Logger that will send to both console and webui via subscriptions

Needed for W-52

@vercel
Copy link

vercel bot commented Feb 15, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
webhookthing-docs ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 20, 2023 at 6:35AM (UTC)
webhookthing-marketing ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 20, 2023 at 6:35AM (UTC)

@t3dotgg
Copy link
Member Author

t3dotgg commented Feb 16, 2023

Still needs a tsconfig for the new package I think

{messages.map((message, index) => {
return (
<div key={index} className="text-sm">
{webFormat(message)}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is just a component, should probably be mounted as such so it can be keyed and diffed accordingly

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also worth memoizing

@t3dotgg t3dotgg merged commit c7e11f4 into main Feb 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants