Lloyd Francis

Results 5 issues of Lloyd Francis

- `@freenow/wave` version:1.16.2 ### Relevant code ```jsx ``` ### What was expected to happen? The `data-id` property should be set on the wrapper/div(s). Properties like `id` work _(because it's explicitly...

bug

- `@freenow/wave` version: 1.16.1 ### Relevant code ```ts import { Text } from "@freenow/wave"; export default function App() { return ( Hello CodeSandbox Start editing to see some magic happen!...

bug
help wanted
conversation needed

- `@freenow/wave` version: `2.27.1` ### Relevant code The [colours](https://wave.free-now.com/?path=/docs/essentials-colors--docs) for `foreground-primary` and `foreground-accent-default` overlap in *dark mode*. As a consequence, users are unable to differentiate links from foreground text. ###...

bug
good first issue

### Describe the feature you'd like I would like wave to use/support styled-components v6 ### Describe alternatives you've considered

help wanted
conversation needed

- `@freenow/wave` version: `2.21.2` ### Relevant code ```js expect(consoleErrorSpy).not.toHaveBeenCalled() ``` ### What was expected to happen? When running the tests, wave's `Modal` is throwing the following deprecation error messages (check...