Dave Keen
Dave Keen
### XState version XState version 5 ### Description Given the above [machine](https://stately.ai/registry/editor/bd32f722-9969-49f2-b2c4-18a0f14275c5?machineId=77da3e21-71fa-4f1c-b4d8-acdd6895be75&mode=Design), send the following sequence of events in the simulator: 1. `child1.next` 2. `child2.next` 3. `child1.history` 4. `child1.history` 5....
In the tests for the `binary-search-tree` exercise, I think this assertion may be wrong as inserting a duplicate value into a BST has no effect (as checked by `bstValue t...
This PR implements https://github.com/framer/motion/issues/2671
**Is your feature request related to a problem? Please describe.** Hey! Our application has some very intricate animations; some are handled by the router and implement transitions between pages, and...
If I enable `table-arrows`, clicking on column 1 shows an arrow as expected. However, clicking on column 2 shows the arrow for column 2 *and* column 1. I think that...
In the VSCode extension, its possible to add a `description` which displays very nicely underneath states. Unfortunately after saving a machine a few time the description is lost.
A recent version of Immer has implemented this change: https://github.com/immerjs/immer/pull/1069 Since then, my component is throwing this error when mounting `InPortal`: ``` Renderable.tsx:24 TypeError: Cannot assign to read only property...