v0.22.0
BREAKING CHANGES
importMode
syncIndex option is removed and importMode is now default to syncIndexResolver, which will resolve root index route as sync route.
New importMode is now the default importMode of React and Solid, if you want to stay with old importMode, manually set it to async.
- use syncIndexResolver, remove syncIndex option (c0c7a67)