Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Keep users getting started from having in-range breaking changes. #266

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion langs/en/guides/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Or you can install the dependencies in your own project. To use Solid with JSX
Babel plugin:

```sh
> npm install solid-js babel-preset-solid
> npm install solid-js@1.7.x babel-preset-solid@1.7.x
```

Then add `babel-preset-solid` to your `.babelrc`, or to your Babel config in webpack or rollup:
Expand Down