Skip to content

Commit 9bb2d96

Browse files
docs(website): add note about IE11
1 parent 5e97bc1 commit 9bb2d96

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/overmind-website/guides/beginner/01_getstarted.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ To get started with Overmind you have to set up a project. You can do this with
88
h(TypescriptNotice, null, "Overmind requires Typescript version **3.2** or above")
99
```
1010

11+
```marksy
12+
h(Notice, null, "Due to using the Proxy feature of JavaScript, Overmind does not support **Internet Explorer 11**.")
13+
```
14+
15+
1116
When you have your project up and running install the Overmind dependency by using [npm](https://www.npmjs.com/) or [yarn](https://yarnpkg.com/en/):
1217

1318
```marksy

0 commit comments

Comments
 (0)