This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 973
List in redux component #8557
Milestone
Comments
NejcZdovc
added a commit
to NejcZdovc/browser-laptop
that referenced
this issue
Apr 28, 2017
Resolves brave#8557 Auditors: @bridiver Test Plan: - create redux component - pass prop as a simple List - component should not update if props is the same
4 tasks
Moving to 0.15.2, since 0.15.1 is now a hotfix release 😄 |
NejcZdovc
added a commit
to NejcZdovc/browser-laptop
that referenced
this issue
Apr 28, 2017
Resolves brave#8557 Auditors: @bridiver Test Plan: - create redux component - pass prop as a simple List - component should not update if props is the same
NejcZdovc
added a commit
to NejcZdovc/browser-laptop
that referenced
this issue
Apr 28, 2017
Resolves brave#8557 Auditors: @bridiver Test Plan: - create redux component - pass prop as a simple List - component should not update if props is the same
NejcZdovc
added a commit
to NejcZdovc/browser-laptop
that referenced
this issue
Apr 28, 2017
Resolves brave#8557 Auditors: @bridiver Test Plan: - create redux component - pass prop as a simple List - component should not update if props is the same
NejcZdovc
added a commit
to NejcZdovc/browser-laptop
that referenced
this issue
Apr 28, 2017
Resolves brave#8557 Auditors: @bridiver Test Plan: - create redux component - pass prop as a simple List - component should not update if props is the same
NejcZdovc
added a commit
to NejcZdovc/browser-laptop
that referenced
this issue
Apr 28, 2017
Resolves brave#8557 Auditors: @bridiver Test Plan: - create redux component - pass prop as a simple List - component should not update if props is the same
NejcZdovc
added a commit
to NejcZdovc/browser-laptop
that referenced
this issue
Apr 28, 2017
Resolves brave#8557 Auditors: @bridiver Test Plan: - create redux component - pass prop as a simple List - component should not update if props is the same
luixxiul
added
QA/test-plan-specified
release-notes/exclude
and removed
QA/no-qa-needed
labels
Apr 29, 2017
This was referenced May 2, 2017
This was referenced May 5, 2017
This was referenced May 25, 2017
Closed
Closed
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Test plan
#8558 (comment)
Describe the issue you encountered:
We sometimes need to pass in Immutable List into redux component props, because we need to display a list of X items (for example tabs). For that reason we need to do a List check in
ReduxComponent
.The text was updated successfully, but these errors were encountered: