dcc.Store storagetype session and local not working as intended

Hi,

I am using a dcc.Store to save user’s selection from a table. However, the value changes to None when the table is reread from a csv file even with the use of storage_type = 'local' and storage_type = 'session'

Hey @subodhpokhrel7 unfortunately it’s nearly impossible to help you without additional information on how you do this codewise.