You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING CHANGE:
The package now exports ESM only and a named export.
**Before:**
```js
import mergeRefs from "react-merge-refs";
```
**After:**
```js
import { mergeRefs } from "react-merge-refs";
```
react-merge-refs is a small project, it uses [tsdx](https://github.com/jaredpalmer/tsdx)to simplify the development.
3
+
It is a small project, it is widely used but has not a lot of contributors. We're still working out the kinks to make contributing to this project as easy and transparent as possible, but we're not quite there yet. Hopefully this document makes the process for contributing clear and answers some questions that you may have.
4
4
5
-
## [Code of Conduct](https://github.com/gregberge/react-merge-refs/blob/master/CODE_OF_CONDUCT.md)
5
+
## [Code of Conduct](https://github.com/gregberge/react-teleporter/blob/main/CODE_OF_CONDUCT.md)
6
6
7
-
We expect project participants to adhere to our Code of Conduct. Please read [the full text](https://github.com/gregberge/react-merge-refs/blob/master/CODE_OF_CONDUCT.md) so that you can understand what actions will and will not be tolerated.
7
+
We expect project participants to adhere to our Code of Conduct. Please read [the full text](https://github.com/gregberge/react-teleporter/blob/main/CODE_OF_CONDUCT.md) so that you can understand what actions will and will not be tolerated.
8
8
9
9
## Open Development
10
10
11
-
All work on react-merge-refs happens directly on [GitHub](/). Both core team members and external contributors send pull requests which go through the same review process.
11
+
All work on this project happens directly on [GitHub](/). Both core team members and external contributors send pull requests which go through the same review process.
12
12
13
13
### Workflow and Pull Requests
14
14
15
15
_Before_ submitting a pull request, please make sure the following is done…
16
16
17
-
1. Fork the repo and create your branch from `master`. A guide on how to fork a repository: https://help.github.com/articles/fork-a-repo/
17
+
1. Fork the repo and create your branch from `main`. A guide on how to fork a repository: https://help.github.com/articles/fork-a-repo/
18
18
19
19
Open terminal (e.g. Terminal, iTerm, Git Bash or Git Shell) and type:
0 commit comments