Do you want to request a feature or report a bug?
bug
What is the current behavior?
react-dom-factories has a peerdep of react@^15.5.4, but it seems as though it should work with any react@15
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem via https://jsfiddle.net or similar (template: https://jsfiddle.net/84v837e9/).
n/a
What is the expected behavior?
react-dom-factories works with react@^15
Which versions of React, and which browser / OS are affected by this issue? Did this work in previous versions of React?
I think we should just remove the peer dependency. It鈥檚 not very helpful and we鈥檒l have to keep bumping it on every release while we鈥檇 rather leave this package alone.
Maybe instead of removing it, set it to *?
That works!
Hmm. It doesn鈥檛 match prereleases. Which is pretty annoying for cases where we want people to try a beta.
*-rc? There's got to be some way to say "match anything, but error if there's no react"
Fixed in 1.0.1 (I just removed them).
There's got to be some way to say "match anything, but error if there's no react"
AFAIK there isn鈥檛 馃槥 . You could do with a direct dep when you control which prerelease you opt into, but we can鈥檛 do this from a peer. https://github.com/npm/node-semver#prerelease-tags
Oh well - thanks for the fix :-) will it be released soon?
Already released.
Amazing, thanks!
thanks for the quick release!
Most helpful comment
Fixed in 1.0.1 (I just removed them).
AFAIK there isn鈥檛 馃槥 . You could do with a direct dep when you control which prerelease you opt into, but we can鈥檛 do this from a peer. https://github.com/npm/node-semver#prerelease-tags