Skip to content

Commit

Permalink
Fix URL in Troubleshooting.md (#1259)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy authored Sep 22, 2020
1 parent f1cca22 commit 7758915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Also, make sure that you installed the babel plugin.

### `undefined is not an object (evaluating '_toConsumableArray(Array(length)).map')`

This error shows when you use spread (`...array`) inside worklets. See [about.md#known-problems-and-limitations](Known problems and limitations) section for more information about spread support.
This error shows when you use spread (`...array`) inside worklets. See [Known problems and limitations](about.md#known-problems-and-limitations) section for more information about spread support.
Depending on how spread is used you may try one of the following alternatives:

- copying array: [`array.slice()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/slice)
Expand Down

0 comments on commit 7758915

Please sign in to comment.