Ore Poran

Results 15 comments of Ore Poran

The least you could have done @primem0ver is to post here how to get to the `FilePath` using the new `Key` , to save me some time ...

After much searching, I ended up creating a `withForwardingRef` ```ts const withForwardingRef = (BaseComponent: React.ReactType) => React.forwardRef((props, ref) => ); export default withForwardingRef; ``` usage: ```ts const Comp = ({forwardedRef})...

Running into the same issue with ffmpeg I've been using `serverless-webpack` together with a lambda layer for `ffmpeg` and its been working. Now I'm trying to make the move to...

the `settings.json` is what colors the vscode. Its impossible not to change it.