Mikael Solstad
Mikael Solstad
For me, doing drag and drop with `react-dnd`, neither this recipe or the `@4tw/cypress-drag-drop` plugin was working. My case was dragging the first element of a list down two places,...
For anyone who are using create-react-app and does not want to eject, this solution worked for me: I used `react-app-rewired` with this `config-overrides.js`: ```js module.exports = { webpack: function (config)...
> I think you have the opposite problem that I am describing here. You have `[email protected]` and `[email protected]`. A solution would be to upgrade to React 18, or add the...
> Hello, where I can find the webpack config file in my react 18 project? > > So I can rewrite the above code to make it compatible with my...
Here are some examples of diffs. Today we only use one color (I think), and it is `#f5f5f5` (which does not exist in the design system at all)  ...
I should have specified that the screenshots include the `LegacyTable` version and the new `Table` version :sweat_smile: I am not sure why there exist so many different table styles, but...
With being able to style the table header with a css var, this solves our original need, so I think this issue can be closed yeah :raised_hands: