Elise Chant

Results 21 comments of Elise Chant

Modify the Picker: ``` import Picker, { IEmojiPickerProps, IEmojiData } from 'emoji-picker-react'; import { forwardRef } from 'react'; export type EmojiPickerElement = HTMLDivElement; export const EmojiPicker = forwardRef( (props, ref)...

This would be a great feature for the roadmap.

> @fridays Would you review a PR to add the implementation for `withRouter` that works the same as [the native version](https://github.com/zeit/next.js#using-a-higher-order-component) but includes the extra route info? It would be...

@aackerman Some ideas: 1. you might be able to make 2 linked forms with the same ui:rootFieldId and then use css or some other magic to hide and show the...

this would be awesome! any plans to make this happen?

@Lvbnhbq1987 what value does `successionWidth` at `getFrameCoords` map to? Would it not be simpler to edit the source image to work around needing to have multiple images?

@NainalChauhan yes, the code would look something like this: ``` import React, { useRef, useState } from 'react'; import { View, Button } from 'react-native'; import SpriteSheet from "rn-sprite-sheet"; const...

@MiLeung ok. I found that Adobe Animate created sprite sheet images that were not cropped exactly to rows and columns. I created a PR to spell that requirement out to...

I am have this issue this type: ``` import { SearchCSS } from '@atlaskit/atlassian-navigation'; type PartialSearchThemeDepthOf1 = { [K in keyof SearchCSS]?: Partial; }; ``` Full error: Module build failed...