Roman Usherenko
Roman Usherenko
A very subtle issue. Don't think many people will face this situation I wanted to use octopus in an existing project, but it simply didn't work at all. `Octopus.enabled?` was...
asset/resource builds outside of dist when [pathname] contains references to hoisted node_modules
# Bug report **What is the current behavior?** Files located in hoisted node_modules of a workspace and loaded as `asset/resource` are built outside of dist. This differs from what `file-loader`...
in my test i want to verify that when a specific page loads it redirects to another resource. - when I check `page.driver. status_code` it responds with 200 (meaning the...
closes #110
added basic tests. without arrayFormat parse's behavior does not change don't think we want to allow specifying several formats simultaneously?
`defaultMatches` bleeds through the initial render resulting in flashes of wrong state. replacing `useEffect` with `useLayoutEffect` would fix this but would require a workaround for server-side rendering alternatively something like...
the [doc](https://github.com/palmerhq/the-platform#script) says that `Scripts` accepts "anything else you can pass to a `` tag". But judging from the code https://github.com/palmerhq/the-platform/blob/f721b0a2e44a86b4e5c0474c592ac46b3827ba9a/src/Script.tsx#L8-L14 it only passes src. However, some third-party libraries like...
- add [Prefetch](https://developer.mozilla.org/en-US/docs/Web/HTML/Preloading_content#Other_resource_preloading_mechanisms) component - extract a Link component - is not exposed as a library export but is reused in Preload, Prefetch and Stylesheet - add tests for Preload,...
any plans on implementing Prefetch? This'd be pretty similar to preload so could be abstracted and reused. I could do a PR if you're interested
I have a several-step form which sometimes includes stripe. I'm already using a `Script` and it works. But now I want to Preload stripe javascript on the first step if...