Closed
Description
Version
1.0.0-beta.30
Reproduction link
Steps to reproduce
Clone/Download the github link provided and kindly follow the readme
What is expected?
The test should run without any vue warnings
What is actually happening?
v1.0.0-beta30 leads to the following:
[Vue warn]: You may have an infinite update loop in a component render function.
Found in
---->VDataTable
The warning is encountered when using vue test utils v1.0.0-beta 30.
The same test case passes upon using the previous version, v1.0.0-beta29 without any warnings