Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

fix(provider): fix for rendering components outside provider#378

Merged
kuzhelov merged 7 commits intomasterfrom
fix/provider-render-outside
Oct 24, 2018
Merged

fix(provider): fix for rendering components outside provider#378
kuzhelov merged 7 commits intomasterfrom
fix/provider-render-outside

Conversation

@bmdalex
Copy link
Collaborator

@bmdalex bmdalex commented Oct 19, 2018

Provider

This PR is a fix proposal that closes #372.

TODO

  • Update the CHANGELOG.md

Proposed solution

Meaningful console error with link pointing to documentation where user can find examples of correct usage:
screen shot 2018-10-23 at 12 47 56

@levithomason
Copy link
Member

@Bugaa92 Note, if you slightly adjust the PR description then this PR will automatically close the associated issue once it is merged. See here:

https://help.github.com/articles/closing-issues-using-keywords/

@bmdalex bmdalex force-pushed the fix/provider-render-outside branch 5 times, most recently from 8914414 to b24749d Compare October 22, 2018 14:48
@levithomason levithomason added needs author changes Author needs to implement changes before merge and removed 🚀 ready for review labels Oct 22, 2018
@bmdalex bmdalex force-pushed the fix/provider-render-outside branch from b24749d to 131e186 Compare October 22, 2018 19:04
@bmdalex bmdalex added 🚀 ready for review and removed needs author changes Author needs to implement changes before merge labels Oct 22, 2018
@bmdalex
Copy link
Collaborator Author

bmdalex commented Oct 22, 2018

@levithomason comments were addressed

@bmdalex bmdalex force-pushed the fix/provider-render-outside branch from 131e186 to e3c82f9 Compare October 22, 2018 20:40
@codecov
Copy link

codecov bot commented Oct 22, 2018

Codecov Report

Merging #378 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #378   +/-   ##
=======================================
  Coverage   91.71%   91.71%           
=======================================
  Files          41       41           
  Lines        1340     1340           
  Branches      172      172           
=======================================
  Hits         1229     1229           
  Misses        107      107           
  Partials        4        4

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7c50db0...ff4e7dc. Read the comment docs.

@bmdalex bmdalex force-pushed the fix/provider-render-outside branch 2 times, most recently from a0cc99a to a132154 Compare October 23, 2018 10:45
@bmdalex bmdalex force-pushed the fix/provider-render-outside branch from a132154 to fa38e5d Compare October 23, 2018 13:13
@kuzhelov kuzhelov merged commit c96f8c0 into master Oct 24, 2018
@bmdalex bmdalex deleted the fix/provider-render-outside branch October 24, 2018 12:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rendering a Component outside of Provider should fail with meaningful error

4 participants