An open API service indexing awesome lists of open source software.

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

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.cmj

We've found a bug for you!
~/dependency/src/Dependency.res:2:19-21

1 │ @react.component
2 │ let make = () =>

{"Hello"->React.string}

3 │

The value div can't be found

FAILED: cannot make progress due to previous errors.
```