-
Notifications
You must be signed in to change notification settings - Fork 832
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Table.Row - Context.Provider missing 'value' prop #1140
Comments
🌝 i downgrade the react version from
|
I also have this issue, after upgrading versions of React. It appears that setting a value to context providers is now a required field and throws a warning if not as of:
|
Also interested in this. |
Getting the same warning on my end! |
Resolved by #1256 |
Unfortunately i'm still getting this exact error on 6.1.0 |
Yep! I don't think we've cut a release since that PR got merged |
My mistake!! :-) |
Fixed in 6.2.0 https://github.com/segmentio/evergreen/releases/tag/v6.2.0 |
Description
There seems to be bug in
Table.Row
thatvalue
prop is missing in<Context.Provider>
as described in console warningAdditional context
Code sandbox warning example using
evergreen-ui
tablesample
bellowWarning example
The text was updated successfully, but these errors were encountered: