Last active
September 28, 2020 11:54
-
-
Save scsskid/458a1cdfe74cec61606fcbf7ef7a0668 to your computer and use it in GitHub Desktop.
[Log Data To Screen] #debug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
return ` | |
<pre> | |
<code>${JSON.stringify(props, null, 4)}</code> | |
</pre> | |
` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment