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
{{ message }}
This repository has been archived by the owner on Jan 22, 2020. It is now read-only.
1. The path problem
I use
console.log()
to print the parameterviewName
and find that it is anabsolute
path in my project but arelative
path in react-engine example.That's really really really unreasonable.....
2. Few document for the purpose of this function
The only docs on this function is in README page:
so who will call this function?
when it would be called?
and what is the parameter
viewName
mean?This function does matter!!!
The whole view engine won't work correctly without correct
viewResolver
but there is only one line of explanationThe text was updated successfully, but these errors were encountered: