diff --git a/README b/README
index 2b3e7d53b3caef1b2a33479142330964d4c975ca..1b38631605bdd930f80df44b0835d79bbb9c500b 100644
--- a/README
+++ b/README
@@ -75,8 +75,6 @@ Known Issues
 - QObject based TypedArray implementation is a temporary stop gap solution
   and will be removed from QtCanvas3D later on.
 - Texturing does not work perfectly in all of the examples.
-- Using Qt Quick Enterprise Controls buttons cause a crash on application exit
-  on Windows in certain circumstances (try JSON Models Example for reference).
 - Resizing window works incorrectly if viewport is updated during rendering to match
   the window size (try Framebuffer Example for reference).
 - These methods are named for Tech Preview with “a” postfix to denote “array” versions taking a JavaScript array instead of TypedArray.
diff --git a/src/doc/src/qtcanvas3d.qdoc b/src/doc/src/qtcanvas3d.qdoc
index f78cb95f0867ccf5214539a528f8f9c33e97df11..d5c95b0e3bab094f7f4d4bb93178913dc7bc2b2a 100644
--- a/src/doc/src/qtcanvas3d.qdoc
+++ b/src/doc/src/qtcanvas3d.qdoc
@@ -170,8 +170,6 @@
     \list
         \li QObject based TypedArray implementation is a temporary stop gap solution and will be removed from QtCanvas3D later on.
         \li Texturing does not work perfectly in all of the examples.
-        \li Using Qt Quick Enterprise Controls buttons cause a crash on application exit
-            on Windows in certain circumstances (try \l{JSON Models Example} for reference).
         \li Resizing window works incorrectly if viewport is updated during rendering to match
             the window size (try \l{Framebuffer Example} for reference).
         \li These methods are named for Tech Preview with “a” postfix to denote “array” versions taking a JavaScript array instead of TypedArray.