foreign-sapphire
foreign-sapphire13mo ago

How do I get rid of the annoying inferencer pop up?

How do I get rid of the annoying inferencer pop up?
3 Replies
kapa.ai
kapa.ai13mo ago
Hi @dakaalim. 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. The extracts provided do not contain information on how to disable or get rid of the Inferencer pop-up in the refine application. However, Inferencer is a tool that automates the generation of CRUD pages for resources in your refine application based on the data model. It's not mentioned to have a pop-up feature. For more detailed information, you may want to check the official documentation (https://refine.dev/docs/tutorial/getting-started/headless/generate-crud-pages) or the API reference (https://refine.dev/docs/api-reference/core/components/inferencer/). ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
kapa.ai
kapa.ai13mo ago
<@185746765356597257> kapa.ai is still learning and improving, please let us know how it did by reacting below
ambitious-aqua
ambitious-aqua13mo ago
Hi @dakaalim https://refine.dev/docs/packages/documentation/inferencer/#hiding-the-code-viewer-and-development-warning If you want to hide the code viewer and the warning components, you can use the hideCodeViewerInProduction prop. This will only work in production mode. In development mode, the code viewer and the information block will always be visible. Please note that the Inferencer components are not meant to be used in production. They are meant to be used in development mode to help you generate the code for your components.