content-loader icon indicating copy to clipboard operation
content-loader copied to clipboard

Not working if URL has query params

Open manish-techlect opened this issue 4 years ago • 2 comments

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

manish-techlect avatar Oct 30 '20 05:10 manish-techlect

Try to find the issue in the original React package.

NetanelBasal avatar Oct 30 '20 06:10 NetanelBasal

Should work in v6.0

NetanelBasal avatar Oct 31 '20 17:10 NetanelBasal