Jared Luxenberg

Results 11 issues of Jared Luxenberg

What version of RJEA are you using (react-json-editor-ajrm version)? 2.5.13 What operating system and processor architecture are you using? MacOS / ARM What did you do? Instantiate `JSONInput` with an...

### Describe the bug `react-app-polyfill` does not polyfill all of the required modules based on the `browesrslist` entry in `package.json`. Specifically; if I use "chrome 97" as the target, the...

needs triage
issue: bug report

### Issues - After calling a `toast.*` function from within a useEffect hook, the toast does not appear (see the new test case in toast.test.tsx for an example). - Calling...

Showcase: https://share.commandbar.com/vsXPEw Steps to reproduce: 1. queue up two or more toasts before rendering a `` component 2. render a `` component Expected result: Toasts are shown immediately after rendering...

Without "use strict", `this` will be set to `globalThis` which is typically the window object. If certain properties are set on the window object (e.g. "window.target"), this can cause problems...

### Description Consider this machine definition: ```ts import { createMachine, assign } from 'xstate'; export const machine = createMachine( { tsTypes: {} as import("./machine.typegen").Typegen0, id: 'machine', initial: 'initial', states: {...

bug

### Description When an entry in the `services` part of the machine definition is a function returning a state machine which has context, I get a type error. Consider the...

bug

## Context Consider two packages "project-a" and "project-b". "project-a" depends on "dependency-a" v1.0.0 "project-b" depends on "dependency-a" v2.0.0 Both projects import a file "style.less" from "dependency-a". "project-a" should get v1.0.0...

(Closes https://github.com/facebook/create-react-app/issues/13280) `babel-preset-react-app` will use the most recent version of core-js, but previously `@babel/preset-env` was configured with corejs param set to the number "3". According to the @babel/preset-env docs: >...

CLA Signed

react-native projects use Babel 6 and the current .babelrc in version 0.1.12 published on npm is incompatible with Babel 6. The babelrc file for an npm module should not be...