cexoso

Results 4 comments of cexoso

I notice the code below ``` const piniaSymbol = ((process.env.NODE_ENV !== 'production') ? Symbol('pinia') : /* istanbul ignore next */ Symbol());``` you can just change `Symbol('pinia')` to `Symbol.for('pinia')`. `Symbol.for('pinia')` allow...

I'm seeing the same thing > This's not work for me.

https://user-images.githubusercontent.com/11764107/216227240-081ebe87-ecc6-41b5-9c9c-7babefbbb361.mov