R
Например у меня есть такой лог.
Warning: Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef()?Но я не понимаю где именно проблема и нет трейса
Size: a a a
R
Warning: Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef()?Но я не понимаю где именно проблема и нет трейса
Т
GE
g
I
RS
STORYBOOK_GRAPHQL_HOST=$DOCKER_MACHINE_NAME start-storybook -p 80 -c .storybook... вполне ожидаемо получилg
as
AD
g
MB
RP
RP

g
M
<ReactResizeDetector handleWidth handleHeight>
{({ width, height }) => <div>{`${width}x${height}`}</div>}
</ReactResizeDetector>;MB
AD
MB
Т
<ReactResizeDetector handleWidth handleHeight>
{({ width, height }) => <div>{`${width}x${height}`}</div>}
</ReactResizeDetector>;M