Lee Powell
Lee Powell
### What happened? Installed as per guide, went to run `detox test` and I get: ``` user@mymac awesomeproject % detox test 17:16:34.833 detox[48462] INFO: [test.js] DETOX_REPORT_SPECS=true DETOX_START_TIMESTAMP=1656951394826 DETOX_USE_CUSTOM_LOGGER=true jest --config...
We are getting linting errors with this rule for simple JSX such as: ``` Foo // or Foo ``` Both result in `Error: A control must be associated with a...
When using the plugin along with systemjs-builder and bundling into a single file, I'm getting some odd output when mixing in a regular .js file. I've created a simple, file...
It seems that `wrapAllByQueryWithSuggestion` is missing from the query helpers Typescript types.
Sorry, this is a bit vague ... but I have the following component: ``` import { HTMLAttributes, ReactNode } from 'react'; type Props = { children: ReactNode; title: string; };...
The following: ``` import React from 'react'; type Props = { children: React.ReactNode; } & { children?: React.ReactNode; } const Component = ({ children }: Props) => { return {children}...
Chrome 36.0.1985.125, Mavericks, no extensions installed - the draggable resize bar doesn't seem to be visible. It's there in the markup, and 'should' work, but this is possibly a bug...
## Describe the bug So I guess this is on the back of my question (https://github.com/callstack/react-native-testing-library/issues/1066) where I was trying to reproduce and isolate the issue. However, I have come...
Partials within templates don't seem to render using: template.hjs Hello world {{>test_partial}} test_partial.hjs This is a test
Watch events don't seem to be getting triggered when a directory is deleted.