Kyle Tsang

Results 13 issues of Kyle Tsang

Fixes #6421 Backport of 2 fixes in the master branch but with modifications to test in enzyme

Could deprecate the `text` prop and switch to using this with `bg` prop https://getbootstrap.com/docs/5.2/components/badge/#background-colors

enhancement
Bootstrap 5

This changes `useWaitForDOMRef` to not filter out popper's virtual elements. I figured there was sufficient overlap in the element interfaces to put it in this function.

## Describe the bug Getting the following errors when trying to run `yarn start` with latest code: ERROR #98123 WEBPACK Generating SSR bundle failed This occurs in several files, and...

Karma is now deprecated, so we should replace it. https://github.com/karma-runner/karma#karma-is-deprecated-and-is-not-accepting-new-features-or-general-bug-fixes

This can be reproduced in the demo on the docs site: https://formidable.com/open-source/react-live/ Inside the editor, type a random sentence fast and notice the cursor sometimes goes back a letter, which...

bug
Issue: Accepted

I have a use case where some header values are dependent on the args passed to my query. Could we pass `arg` into the `prepareHeaders` function [here](https://github.com/reduxjs/redux-toolkit/blob/ed9fc19027a31afee2234dea54fb36c8beef46ad/packages/toolkit/src/query/fetchBaseQuery.ts#L235)? Happy to work...

Fixes #90 Initial idea for fixing the shadow dom issue. Seems to work ok in React 16-18. Tests fail though because `currentEvent` is undefined in the test environment and it's...

This PR adds Iframely to the list of bot user agents. Iframely is used in the backend by Atlassian Jira as an example with the following user agent when previewing...

type: next

Fixes #6838 Latest release fixes an issue with the Algolia queries in the search page.