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
when ESM used ("type":"module" in package.json) there is no way to export properly makeStore() to make it ready to be consumed by
node_modules/@gasket/plugin-redux/lib/middleware.js because instead of
The text was updated successfully, but these errors were encountered:
sdzialowski-godaddy
changed the title
@gasket/plugin-redux when store.ts then no way to export makeStore to be properly consumed by @gasket/plugin-redux->middleware
@gasket/plugin-redux when store.ts used then no way to export makeStore to be properly consumed by @gasket/plugin-redux->middleware
Jan 31, 2025
sdzialowski-godaddy
changed the title
@gasket/plugin-redux when store.ts used then no way to export makeStore to be properly consumed by @gasket/plugin-redux->middleware
@gasket/plugin-redux when ESM styled store.ts used then no way to export makeStore to be properly consumed by @gasket/plugin-redux->middleware
Jan 31, 2025
sdzialowski-godaddy
changed the title
@gasket/plugin-redux when ESM styled store.ts used then no way to export makeStore to be properly consumed by @gasket/plugin-redux->middleware
When ESM styled store.ts used then no way to export makeStore to be properly consumed by @gasket/plugin-redux->middleware
Jan 31, 2025
🐛 Bug Report
when ESM used ("type":"module" in package.json) there is no way to export properly makeStore() to make it ready to be consumed by
node_modules/@gasket/plugin-redux/lib/middleware.js because instead of
it would need to execute
To Reproduce
Expected Behavior
Code Example
Environment
The text was updated successfully, but these errors were encountered: