Skip to content

Commit

Permalink
update readme (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
simbathesailor committed May 9, 2021
1 parent d8e38d6 commit 4fbf321
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,12 @@ const d = React.useLayoutEffect(() => {
}, [a]);
```

Notice the comments `uwc-debug` in above examples. The comment `uwc-debug` is responsible for the all the magic.

#### Debug complete file or line below it.

Notice the comments `uwc-debug-below` below examples.

```jsx
React.useEffect(() => {
// console.log("some thing changed , need to figure out")
Expand Down

0 comments on commit 4fbf321

Please sign in to comment.