Adjust reducers to new redux action
Details
- Reviewers
tomek atul - Commits
- rCOMM0c02463f12f3: Adjust reducers to new redux action
- Make sure eslint and flow do not complain.
- In SQLiteContextProvider component, just after add code that dispatches new redux action just before other actions (SET_X_STORE) are dispatched. Observe in flipper that diffs in redux state resulting from subsequent SET_X_STORE actions are empty.
- Log out. Start the app. Observe in flipper that diff resulting from SET_CLIENT_DB_STORE is empty.
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Then why are we keeping styles like border and border-radius?
Don't these styles also affect the <textarea> tag? Are you sure we want to be removing these styles for that as well? Or should we break this into two separate selectors (one for input and another for textarea)?