From d248be8877896716ab8864ee8fd2da9fefb1c331 Mon Sep 17 00:00:00 2001 From: Tanner Linsley Date: Thu, 3 Oct 2019 08:38:33 -0600 Subject: [PATCH] Fix sandbox loop protection --- configs/tests/utils/.gitkeep | 0 examples/virtualized-rows/sandbox.config.json | 5 +++++ tests/.gitkeep | 0 3 files changed, 5 insertions(+) delete mode 100644 configs/tests/utils/.gitkeep create mode 100644 examples/virtualized-rows/sandbox.config.json delete mode 100644 tests/.gitkeep diff --git a/configs/tests/utils/.gitkeep b/configs/tests/utils/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/examples/virtualized-rows/sandbox.config.json b/examples/virtualized-rows/sandbox.config.json new file mode 100644 index 0000000..2019957 --- /dev/null +++ b/examples/virtualized-rows/sandbox.config.json @@ -0,0 +1,5 @@ +{ + "infiniteLoopProtection": false, + "hardReloadOnChange": false, + "view": "browser" +} diff --git a/tests/.gitkeep b/tests/.gitkeep deleted file mode 100644 index e69de29..0000000