Renders a <style> tag with a rule that disables lazy-loading when JavaScript
is disabled in the browser. This is useful to web crawlers that don’t run
JS files, which is important for SEO.
You only need to render this component once in your application,
preferably in the <head> section.
Renders a
<style>
tag with a rule that disables lazy-loading when JavaScript is disabled in the browser. This is useful to web crawlers that don’t run JS files, which is important for SEO.You only need to render this component once in your application, preferably in the
<head>
section.