Items in Sidebar take multiple reloads to show up after saving
Not sure if anyone else has run into this. I noticed that after making some changes and saving, the options in the side bar (created by the passed resources) take 2 reloads to show up. Not sure what's causing this or if there is a remedy.
3 Replies
Hi @edward. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
----------------------
Hmm, I don't know enough to give you a confident answer yet. However, you might find some helpful information in the refine documentation or by exploring related issues on the refine GitHub repository.
For more details, you can check the refine documentation here: refine Documentation (https://refine.dev/docs/)
If you continue to experience issues, consider opening a new issue on the refine GitHub repository with detailed information about your problem: refine GitHub Issues (https://github.com/refinedev/refine/issues)
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------
<@1263552725065531484> kapa.ai is still learning and improving, please let us know how it did by reacting below
old-apricotOP•3w ago
If anyone ends up running into this issue I think I may have solved it. The sidebar wasn't loading resources because if you provide a
Sider
prop to the ThemedLayoutV2
component, it needs to be extracted into its own component. Trying to pass a render function on the fly will yield issues probably from state changes.
2nd update to this. It turned out to be my access provider. 🤦♂️