Michael Miranda

Results 7 comments of Michael Miranda

Would love to see this feature! 🙏🏼

Having the same issue and it looks like only letters are being checked for https://github.com/probablyup/markdown-to-jsx/blob/master/index.tsx#L301 A PR to update the regex (to search for numbers and the `#`) seems like...

@guyas Idk if you were running into the same issue as I was but I was using named exports for my react components, after I switched to default exports my...

@justin808 Just for posterity it doesn't actually _need_ to be a default export, the code I used which was in this example https://github.com/reactjs/react-rails/issues/1149#issuecomment-1003318505 uses ```js componentsContext[component.name.replace(".js", "")] = component.module.default ```...

~~I've also been running into this issue but I'm using Nextjs (useRouter is not the issue here). Has anyone found a solution?~~ Update: turns out all I had to do...

For anyone that may need this in the future I was able to get this to work like so: ```go //go:embed templates var TemplateFS embed.FS func LoadTemplates() multitemplate.Renderer { templatesDir...

Would love to get this merged in 🙏🏼