Skip to content

Redux devtools: example for actionSanitizer / stateSanitizer or deactivate entirely for production #843

Answered by semoal
benomatis asked this question in Q&A
Discussion options

You must be logged in to vote

I have to check actionSanitizer but you can disable reduxdevtools easily through Rematch init.

import { init } from '@rematch/core'
export const store = init({
	models,
	redux: {
		devtoolOptions: {
			disabled: false,
		},
	},
})

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
5 replies
@benomatis
Comment options

@semoal
Comment options

@benomatis
Comment options

@benomatis
Comment options

@semoal
Comment options

Answer selected by semoal
Comment options

You must be logged in to vote
1 reply
@semoal
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #843 on December 12, 2020 19:00.