content-loader
content-loader copied to clipboard
Not working if URL has query params
Hello guy's I am using this package to show the reactive content loader, I made an simple example on stackblitz which show the reactive content, please check below URL's
https://stackblitz.com/edit/reactive-contentloader
Also please check the output URLs below, the output URL 1 will display the content loader while the output URL 2 does not, I figure out this is because of query string parameter, if I remove the query string and reload the page it shows the content loader. How can I fix this issue.
Output :
https://reactive-contentloader.stackblitz.io/ https://reactive-contentloader.stackblitz.io/?q=hello
Try to find the issue in the original React package.
Should work in v6.0