https://github.com/tom-sherman/rescript-react-peer-dependency-issue
https://github.com/tom-sherman/rescript-react-peer-dependency-issue
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tom-sherman/rescript-react-peer-dependency-issue
- Owner: tom-sherman
- Created: 2022-01-08T08:50:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-08T08:51:40.000Z (over 3 years ago)
- Last Synced: 2025-02-05T01:41:53.475Z (4 months ago)
- Language: ReScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Steps to reproduce:
```
cd dependency
npm link
cd ../consumer
npm i
npm link dependency
npm start
```Expected:
Built package
Actual:
```
FAILED: src/Dependency.cmjWe've found a bug for you!
~/dependency/src/Dependency.res:2:19-211 │ @react.component
2 │ let make = () =>{"Hello"->React.string}
3 │The value div can't be found
FAILED: cannot make progress due to previous errors.
```