We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3bd2639 + 0f02404 commit a646f78Copy full SHA for a646f78
src/pure.js
@@ -26,8 +26,6 @@ const render = (
26
27
return {
28
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.
31
component,
32
debug: (el = container) => console.log(prettyDOM(el)),
33
rerender: (options) => {
0 commit comments