Michael Brant

Results 10 comments of Michael Brant

any simple solution to this? no offense, but that solution^ is like 80+ lines of code

What is this plainTextIndex variable I keep seeing? My mentions look like this: [ {id:"123", display: "my var"}, {id:"124", display: "my var 2"} ] The code above references a plainTextIndex...

Please merge this :)

my workaround is.. 1. Create a custom component called Sheet to use for all bottom sheets in my app. (see code below) 2. manage the close state from a parent...

Here are my imports, I'm not sure why BottomSheet isn't resolving for you.. ``` import React, { memo, useCallback, useEffect, useMemo, useRef, useState } from "react"; import BottomSheet, { BottomSheetBackdrop,...

``` put stuff in the sheet here ``` setSheetOpen is a function to set state and sheetOpen is the boolean from useState

@thomasttvo can you make a PR for this?