You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the pinia.iife.js 3.0.1 now gives the error: "Uncaught ReferenceError: devtoolsApi is not defined"
no error with 3.0.0, probably related to #2910 fix
Expected behavior
no error, and working devtools with the no prod version
Actual behavior
error using the iife.js, and no devtools using the iife.prod.js
Additional information
No response
The text was updated successfully, but these errors were encountered:
Reproduction
https://jsfiddle.net/0sj7apb6/
Steps to reproduce the bug
Using the pinia.iife.js 3.0.1 now gives the error: "Uncaught ReferenceError: devtoolsApi is not defined"
no error with 3.0.0, probably related to #2910 fix
Expected behavior
no error, and working devtools with the no prod version
Actual behavior
error using the iife.js, and no devtools using the iife.prod.js
Additional information
No response
The text was updated successfully, but these errors were encountered: