Search
Home > @lynx-js/react-rsbuild-plugin > CompatVisitorConfig > disableDeprecatedWarning
Whether to disable deprecated warnings
Signature:
disableDeprecatedWarning: boolean
Default value: false
false
Disable all the DEPRECATED: warnings.
DEPRECATED:
import { defineConfig } from '@lynx-js/rspeedy' import { pluginReactLynx } from '@lynx-js/react-rsbuild-plugin' export default defineConfig({ plugins: [ pluginReactLynx({ compat: { disableDeprecatedWarning: true }, }) ], })