solidjs / solidjs/solid-playground
`console.warn` only shown when clicking "output" tab
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 244
- Forks
- 69
- PR merge metrics
- No merged PRs in 30d
Description
Ryan noted that markup validation wasn't shown as an error https://discord.com/channels/722131463138705510/817960620736380928/1428818452168048671
We use console.warn and do not throw for that particular case, but even then the warning is only shown when clicking the "output" tab.
https://playground.solidjs.com/anonymous/484af2b6-3962-4b27-b978-2bd01ad7d660
Could be also considered to show console.warn as errors(message below code), not sure if that were a thing before
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the warning with the linked Solid Playground example and inspect the code responsible for handling console.warn output and rendering the "output" tab. Determine the intended visible behavior for warnings, then verify that the warning appears without requiring the tab to be clicked and that existing output behavior remains intact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100