Beth Hitch

Results 3 issues of Beth Hitch

Is it possible to add values to the initial props on every page request AND supply specific data for individual pages without repeating the same values in code all the...

## `carbon-components-react`: When using `onSelect` in `DataTable`, changes to `isSelected` are ignored ## What package(s) are you using? - [ ] `carbon-components` - [x] `carbon-components-react` ## Detailed description > Describe...

type: bug 🐛
component: data-table
status: needs triage 🕵️‍♀️

As of React v16.6.0, what was once ```jsx import React, { Component } from 'react'; const MyContext = React.createContext({ foo: 1, bar: 2, }); class MyComponent extends Component { render()...