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
<context> Uncaught SyntaxError: The requested module '/node_modules/@marko-tags/context/src/helpers.js' does not provide an export named 'pushProvider'
#50
Open
Nicolab opened this issue
Oct 10, 2021
· 1 comment
@Nicolab thanks for creating the issue. I believe it is related to vite which does not support commonjs modules loaded from .marko files, which is what is happening here in the @marko-tags/context package.
We've started updating packages to output .mjs as well and that needs to be done here also.
@marko-tags/[email protected]
Details
I want to share data across a parent tag and a nested tag but I have this error. Also with the doc example.
Expected Behavior
Share data across nested tag.
Actual Behavior
Your Environment
Steps to Reproduce
https://markojs.com/docs/state/#globalsubtree this example don't work for me.
Stack Trace
No stack trace, only:
The text was updated successfully, but these errors were encountered: