Ignoring warnings is a common thing we do as developers. But it is not a good
practice to avoid them. The app may run without any noticeable issue even if you
see warnings, but today or tomorrow it will end up in a bug and that's something
we don't want in production. So please stop ignoring this yellow warning and
take some time to understand what's going wrong and fix it.