Anthony Frehner

Results 54 comments of Anthony Frehner

https://github.com/Leaflet/Leaflet/issues/5589 Does this appear to be the issue? If so, it looks like it's something that Leaflet-Draw itself would have to change.

The issue isn't really a single-spa issue; it's more of a react router / angular router issue. Since all `singleSpaNavigate` does is (eventually) call [`history.pushState`](https://github.com/CanopyTax/single-spa/blob/485841fac6b579ab8aa8bde8bbba7ce0becb316e/src/navigation/navigation-events.js#L42) The problem is that there...

I was also thinking it may be helpful to add in a small header in the output bundle with the version number, just so we can more easily debug those...

This is just an example; it's not recommend to build an actual app based on this repo. If you're looking for a good example to build off of, check out...

That's just an external link to a github project that appears to not exist anymore. Also, we're moving away from the single-spa-examples repo so I'm not sure we'll get around...

Would be interesting to see, sure! And maybe add to single spa docs too?

Yup, it appears that the first two bundles are huge. However, those bundles are almost guaranteed to be from the React example code. Perhaps you can look at the source...

in the meantime, is there any way to see what the breaking changes from 13->14 were? trying to update but I have no clue what I need to do or...

Approval REVOKED then! Mainly just to make it easier to remember why it isn't merged. :)

Just used this as well for a new TS-based MFE. I also had success with using TS to generate types for our component styleguide (that wasn't even written in TS...