caplin / FlexLayout

Docking Layout Manager for React
MIT License
919 stars 173 forks source link

crypto.randomUUID is not supported for http #379

Closed RabbitShare closed 1 year ago

RabbitShare commented 1 year ago

Describe the bug

After Pull Request #345 there was an error TypeError: crypto.randomUUID is not a function on http sites

Your Example Website or App

No response

Steps to Reproduce the Bug or Issue

open on any website running on http

Expected behavior

As user i expected support for http

Operating System

Linux

Browser Type?

Chrome

Browser Version

107

Screenshots or Videos

image

Additional context

No response

nealus commented 1 year ago

thanks for reporting that, I've made a change to the uuid generation in v0.7.7 to fix it