Taloqq

Results 9 comments of Taloqq

You can disable the default icon and style it with CSS minimally. ` ` You have to give it an url, so I downloaded a transparent image, and you can...

Nobody else with this issue?

Hey guys, I have a related problem and I thought this would be the best place to ask. I have a problem of finding the elements inside the ActionSheet in...

@dkulakov It still gives me the same referenceerror. Im able to fix the reference error with `jest.useFakeTimers('legacy')` but it still says `A worker process has failed to exit gracefully and...

@dkulakov Hey I'm having a new issue. I have a pressable/button inside the sheet component, and when Im trying to press it, it fails with `Cannot read properties of undefined...

@dkulakov ``` await waitFor(() => component.getByText('Talo')); await act(async () => { await fireEvent.press(component.getByText('Talo')); }); ``` Gives `Unable to find an element with text: Talo` And If i replace getByText with...

@dkulakov ``` describe('NewAddressView', () => { it('Navigates to page 2 when address and location type is set', async () => { const component = render( ); fireEvent.press(component.getByTestId('locationConfirm')); await waitFor(() =>...

@dkulakov No, `const askLocationType = async () => { }` is not inside the actionSheet. Its in my AddressPage1 component. The action sheet fires when 'nextPageButton' is pressed