Skip to content

Commit a646f78

Browse files
authored
Merge pull request #58 from mihar-22/pr
style: remove warning comment above component from rendered results
2 parents 3bd2639 + 0f02404 commit a646f78

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/pure.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ const render = (
2626

2727
return {
2828
container,
29-
// Only keeping this for backwards compatibility, this should not be used as it goes against
30-
// the testing libraries 'Guiding Principles'. We should advise against its usage.
3129
component,
3230
debug: (el = container) => console.log(prettyDOM(el)),
3331
rerender: (options) => {

0 commit comments

Comments
 (0)