Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix EditableControls/FloatingEdit warning in SingleMoment #123

Open
evanfordebarden opened this issue Aug 26, 2022 · 1 comment
Open

fix EditableControls/FloatingEdit warning in SingleMoment #123

evanfordebarden opened this issue Aug 26, 2022 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@evanfordebarden
Copy link
Collaborator

Warning: Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef()?

Check the render method of EditableControls.

@evanfordebarden evanfordebarden self-assigned this Aug 26, 2022
@evanfordebarden evanfordebarden changed the title fix FloatingEdit warning in SingleMoment fix EditableControls warning in SingleMoment Aug 26, 2022
@evanfordebarden
Copy link
Collaborator Author

evanfordebarden commented Aug 26, 2022

the whole enchilada:

Warning: Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef()?

Check the render method of `EditableControls`.
FloatingEdit@http://localhost:3000/static/js/bundle.js:635:7
EditableControls@http://localhost:3000/static/js/bundle.js:3824:78
div
./node_modules/@emotion/react/dist/emotion-element-cbed451f.browser.esm.js/withEmotionCache/<@http://localhost:3000/static/js/bundle.js:43896:66
Editable2@http://localhost:3000/static/js/bundle.js:9786:88
div
./node_modules/@emotion/react/dist/emotion-element-cbed451f.browser.esm.js/withEmotionCache/<@http://localhost:3000/static/js/bundle.js:43896:66
div
./node_modules/@emotion/react/dist/emotion-element-cbed451f.browser.esm.js/withEmotionCache/<@http://localhost:3000/static/js/bundle.js:43896:66
./node_modules/@chakra-ui/layout/dist/index.esm.js/Stack<@http://localhost:3000/static/js/bundle.js:13417:7
VStack
SingleMoment@http://localhost:3000/static/js/bundle.js:3803:78
Routes@http://localhost:3000/static/js/bundle.js:350347:7
div
./node_modules/@emotion/react/dist/emotion-element-cbed451f.browser.esm.js/withEmotionCache/<@http://localhost:3000/static/js/bundle.js:43896:66
div
App@http://localhost:3000/static/js/bundle.js:69:80
Router@http://localhost:3000/static/js/bundle.js:350284:7
BrowserRouter@http://localhost:3000/static/js/bundle.js:349090:7
EnvironmentProvider@http://localhost:3000/static/js/bundle.js:21559:7
ColorModeProvider@http://localhost:3000/static/js/bundle.js:8410:7
ThemeProvider@http://localhost:3000/static/js/bundle.js:43936:64
ThemeProvider@http://localhost:3000/static/js/bundle.js:33288:7
ChakraProvider@http://localhost:3000/static/js/bundle.js:18255:7
ChakraProvider@http://localhost:3000/static/js/bundle.js:23366:7 [react-dom.development.js:86](http://localhost:3000/Users/evanbarden/FSA-senior/moments/node_modules/react-dom/cjs/react-dom.development.js)

@evanfordebarden evanfordebarden changed the title fix EditableControls warning in SingleMoment fix EditableControls/FloatingEdit warning in SingleMoment Aug 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant