Ward Peeters
Ward Peeters
This is a bit off-topic but what's the use case for useNavigate instead of importing `navigate` from "gatsby". We're planning to remove the useNavigate hook.
@huozhi Could you explain a little bit more about the use case? Are you targeting node 14?
@hanai We feel that adding this feature adds a bit more complex than we want to microbundle. For your use-case, it would make more sense to go with rollup directly...
Hi @adi518! Sorry to hear you're running into an issue. To help us best begin debugging the underlying cause, it is incredibly helpful if you're able to create a minimal...
Thanks for the PR! What were you expecting when setting autoModules to true?
Oh I didn't test it with dynamic ones. I'll create a fix for it. Sorry for the inconveniences
@rproserpio Dynamic imports are tricky cause we can't determine the sequence of when they are loaded. What would you suggest we do? I can append them at the end of...
@developit any implications why we don't do this behaviour by default if it's umd/cjs? Any reasons that make this a big nono?
``` export default GoogleMap; export const default = GoogleMap; ``` is not a allowed as default is a reserved keyword https://mathiasbynens.be/notes/reserved-keywords
Hi @fcisio! Sorry to hear you're running into an issue. To help us best begin debugging the underlying cause, it is incredibly helpful if you're able to create a minimal...