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.
1 parent 222706e commit 71ddb33Copy full SHA for 71ddb33
index.html
@@ -3,7 +3,9 @@
3
<head>
4
<meta charset="UTF-8">
5
<title>Redux Form</title>
6
-
+ <noscript>
7
+ <meta http-equiv="refresh" content="0; url=https://redux-form.com/8.2.2/" />
8
+ </noscript>
9
<script type="text/javascript">
10
document.location = 'https://redux-form.com/8.2.2' + document.location.hash;
11
</script>
0 commit comments