We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Having this in dhtml
import { $, $$, loadPage } from '/@nue/view-transitions.js'
appears to override site.yaml view_transitions:false
Same for
import { $ } from '/@nue/view-transitions.js'
So I can't seem to use this DOM helper without activating app-router.
Mac RC2
Set site.yaml view_transitions:false
navigate to Contact page
navigate between Contact and Home
Watch browser devtools network for page loading activity
The text was updated successfully, but these errors were encountered:
Seems like the conditions for running the code piece need to be changed. Starting here some code is run, by just loading the file: https://github.com/nuejs/nue/blob/master/packages%2Fnuekit%2Fsrc%2Fbrowser%2Fview-transitions.js#L109
Sorry, something went wrong.
No branches or pull requests
Describe the Bug
Having this in dhtml
import { $, $$, loadPage } from '/@nue/view-transitions.js'
appears to override site.yaml view_transitions:false
Same for
import { $ } from '/@nue/view-transitions.js'
So I can't seem to use this DOM helper without activating app-router.
Environment
Mac RC2
Minimal Reproduction
Set site.yaml view_transitions:false
navigate to Contact page
navigate between Contact and Home
Watch browser devtools network for page loading activity
The text was updated successfully, but these errors were encountered: