Sufian Abu-Rab

Results 6 comments of Sufian Abu-Rab

@chrmoritz Thank you, it worked: [https://codesandbox.io/s/nifty-waterfall-en9to](https://codesandbox.io/s/nifty-waterfall-en9to?file=/src/Scroll.js:309-315) Unfortunately there is now this error message: > Warning: React does not recognize the `innerRef` prop on a DOM element.

This worked for me: In your DOCKERFILE (in this one order): ### First: Remove cache and tmp files ``` RUN rm -rf /var/cache/apk/* && \ rm -rf /tmp/* ``` ###...

okay, thank you, i will try to change my cs pin.

We are using your fantastic tool as a virtual file tree for Playmobox - an online code editor. ![0180](https://user-images.githubusercontent.com/1421570/54243544-31068f80-4529-11e9-9235-c87fbc6b081d.png) Click on following link for a demo video: https://www.youtube.com/watch?v=pOAWTmbcTLU Editor: https://www.playmobox.com

Salam ya @H0uss3m I still didnt use it with react 18 and TS, im sorry. good luck

Hey friends, whats about this solution: [Link to dynamic main content width example](http://www.playmobox.com/go_dev.php/en/edit/playmobox) ``` const styles = { main: { width: '100%', height: '150%', display: 'flex', flexDirection: 'column', alignItems: 'top',...