Marek Hvolka
Marek Hvolka
In case somebody faces the same issue, I have this code: ``` React.useEffect(() => { if (selectRef.current) { // @ts-ignore const func = selectRef.current?.refs.select.handleKeydown; // @ts-ignore selectRef.current.refs.select.handleKeydown = (args, e)...
We have the same issue. - when I open the image url (with the spaceId) in the browser, where I'm also logged into Notion, the image works - without spaceId...
> Thanks to `signed_urls` I was able to fix this issue like this: > > ``` > recordMap={recordMap} > components={additionalComponents} > mapImageUrl={(url, block) => { > const signedUrl = recordMap.signed_urls?.[block.id];...