You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
locale: used to look up in the strings hashmap -- this comes from the redux store
stringId: used to look up the string based on the locale -- this comes as a prop
FEATURES
Given a stringId and a locale, look up in the strings.js file the correct output and return the text inside a This way we can let the parent of this component say in what element should the text leave (h1/p/span/etc). -- Return value is open for discussion
ACCEPTANCE CRITERIA
Component needs to have propTypes and defaultProps
All the requirements are addressed
The text was updated successfully, but these errors were encountered:
REQUIREMENTS
DATA
FEATURES
ACCEPTANCE CRITERIA
Component needs to have propTypes and defaultProps
All the requirements are addressed
The text was updated successfully, but these errors were encountered: