Darin Hensley
Darin Hensley
I am using pushstate for my SPA app... where when a user consumes a api for a search, I update the url query string with the search params without reloading...
I see that a possible solution would be to use the pushState method that is binded to context object. Since page is global, how could I access `context.pushState()` outside a...
Anyone? I'm going have to rip out the whole routing system and replace it because of this bug. It would be nice if the maintainers could offer suggestions or reason...
Than you for your reply. This is how I sync the api query string with the url ``` const obj = { path: 'all-listings'}; this.urlHack = `all-listings?${queryString}` window.history.replaceState(obj, '', this.urlHack)...
Hi, any luck with this?
I'll paypal $50.00 to fix this bug
I hit this issue also. I don't believe the documentation/README is updated with use `send({ obj: property})` instead of `.field()` for `POST`. @keithamus should there even be a .field() method...
I get the pop-up using Polymer 1 with: ``` ```